Table of Contents

Class DataMinerJsonDeserializationException

Namespace
Skyline.DataMiner.Net.Exceptions
Assembly
SLNetTypes.dll

The exception that is thrown when JSON deserialization fails.

[Serializable]
public class DataMinerJsonDeserializationException : DataMinerException
Inheritance
DataMinerJsonDeserializationException
Inherited Members
Extension Methods

Constructors

DataMinerJsonDeserializationException()

Initializes a new instance of the DataMinerJsonDeserializationException.

DataMinerJsonDeserializationException(SerializationInfo, StreamingContext)
DataMinerJsonDeserializationException(string)

Initializes a new instance of the DataMinerJsonDeserializationException with the specified message.

DataMinerJsonDeserializationException(string, Exception)

Initializes a new instance of the DataMinerJsonDeserializationException with the specified message and inner exception.

DataMinerJsonDeserializationException(string, Exception, string)

Initializes a new instance of the DataMinerJsonDeserializationException with the specified message, inner exception and JSON string.

DataMinerJsonDeserializationException(string, Exception, string, string)

Initializes a new instance of the DataMinerJsonDeserializationException with the specified message, inner exception and JSON string.

DataMinerJsonDeserializationException(string, int)

Initializes a new instance of the DataMinerJsonDeserializationException with the specified message and error code.

DataMinerJsonDeserializationException(string, int, string)

Initializes a new instance of the DataMinerJsonDeserializationException with the specified message, error code and serialization info.

Properties

Message

Gets the error message.