Constructor DataMinerJsonDeserializationException
- Namespace
- Skyline.DataMiner.Net.Exceptions
- Assembly
- SLNetTypes.dll
DataMinerJsonDeserializationException(SerializationInfo, StreamingContext)
protected DataMinerJsonDeserializationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfostreamingContext
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
stringThe 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
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
stringThe error message.
errorCode
intThe error code.
extraSerializationInfo
stringThe 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
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
stringThe error message.
innerException
ExceptionThe inner exception.
json
stringThe 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)