Class SendMessageFailException
Inheritance
SendMessageFailException
Assembly: Libplanet.Net.dll
Syntax
[Serializable]
public class SendMessageFailException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
SendMessageFailException(SerializationInfo, StreamingContext)
Declaration
protected SendMessageFailException(SerializationInfo info, StreamingContext context)
Parameters
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
Overrides
Implements