Class SwarmException
Inheritance
SwarmException
Assembly: Libplanet.dll
Syntax
public class SwarmException : Exception
Constructors
|
Improve this Doc
View Source
SwarmException()
Declaration
|
Improve this Doc
View Source
SwarmException(SerializationInfo, StreamingContext)
Declaration
protected SwarmException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
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
Type |
Name |
Description |
String |
message |
|
Exception |
innerException |
|