Table of Contents

Class SerializationException

Namespace
WhalesSecret.TradeScriptLib.Exceptions
Assembly
WhalesSecret.TradeScriptLib.dll

Exception for cases when an object cannot serialized to or deserialized from a byte array or JSON string.

public class SerializationException : ScriptApiException, ISerializable
Inheritance
SerializationException
Implements
Inherited Members
Extension Methods

Constructors

SerializationException()

Initializes a new instance of the SerializationException class.

SerializationException(string)

Initializes a new instance of the SerializationException class with a specified error message.

SerializationException(string, Exception?)

Initializes a new instance of the SerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception.