Class InvalidMessageTimestampException
An exception that is thrown when the timestamp of an encoded Message is invalid.
Implements
Inherited Members
Namespace: Libplanet.Net.Transports
Assembly: Libplanet.Net.dll
Syntax
[Serializable]
public class InvalidMessageTimestampException : Exception, ISerializable
Constructors
| Improve this Doc View SourceInvalidMessageTimestampException(SerializationInfo, StreamingContext)
An exception that is thrown when the timestamp of an encoded Message is invalid.
Declaration
protected InvalidMessageTimestampException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
An exception that is thrown when the timestamp of an encoded Message is invalid.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |