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