Table of Contents

Constructor DataMinerJsonDeserializationException

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

DataMinerJsonDeserializationException(SerializationInfo, StreamingContext)

protected DataMinerJsonDeserializationException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

DataMinerJsonDeserializationException()

Initializes a new instance of the DataMinerJsonDeserializationException.

public DataMinerJsonDeserializationException()

DataMinerJsonDeserializationException(string)

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

public DataMinerJsonDeserializationException(string message)

Parameters

message string

The error message.

DataMinerJsonDeserializationException(string, int)

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

public DataMinerJsonDeserializationException(string message, int errorCode)

Parameters

message string

The error message.

errorCode int

The error code.

DataMinerJsonDeserializationException(string, int, string)

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

public DataMinerJsonDeserializationException(string message, int errorCode, string extraSerializationInfo)

Parameters

message string

The error message.

errorCode int

The error code.

extraSerializationInfo string

The serialization info.

DataMinerJsonDeserializationException(string, Exception)

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

public DataMinerJsonDeserializationException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.

DataMinerJsonDeserializationException(string, Exception, string)

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

public DataMinerJsonDeserializationException(string message, Exception innerException, string json)

Parameters

message string

The error message.

innerException Exception

The inner exception.

json string

The JSON string.

DataMinerJsonDeserializationException(string, Exception, string, string)

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

public DataMinerJsonDeserializationException(string message, Exception innerException, string json, string exception2)

Parameters

message string

The error message.

innerException Exception

The inner exception.

json string

The JSON string.

exception2 string

The second exception stack.