Class SendMessageFailException
An thrown when fail to send a Message.
Inheritance
SendMessageFailException
Assembly: Libplanet.Net.dll
Syntax
public class SendMessageFailException : Exception
Constructors
|
Improve this Doc
View Source
SendMessageFailException(SerializationInfo, StreamingContext)
Declaration
protected SendMessageFailException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
Properties
|
Improve this Doc
View Source
Peer
Declaration
public BoundPeer Peer { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|