Show / Hide Table of Contents

Class InvalidMessageTimestampException

An exception that is thrown when the timestamp of an encoded Message is invalid.

Inheritance
Object
InvalidMessageTimestampException
Namespace: Libplanet.Net.Transports
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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium