Class SwarmException
Inheritance
SwarmException
Assembly: Libplanet.dll
Syntax
[Serializable]
public class SwarmException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
SwarmException()
Declaration
|
Improve this Doc
View Source
SwarmException(SerializationInfo, StreamingContext)
Declaration
protected SwarmException(SerializationInfo info, StreamingContext context)
Parameters
|
Improve this Doc
View Source
SwarmException(String)
Declaration
public SwarmException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
SwarmException(String, Exception)
Declaration
public SwarmException(string message, Exception innerException)
Parameters
Implements