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