Class InvalidMessageTimestampException
An exception that is thrown when the timestamp of an encoded Message is
invalid.
Inheritance
InvalidMessageTimestampException
Assembly: Libplanet.Net.dll
Syntax
public class InvalidMessageTimestampException : Exception
Constructors
|
Improve this Doc
View Source
InvalidMessageTimestampException(SerializationInfo, StreamingContext)
Declaration
protected InvalidMessageTimestampException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
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 |
|