Constructor DataMinerJsonDeserializationException
- Namespace
- Skyline.DataMiner.Net.Exceptions
- Assembly
- SLNetTypes.dll
DataMinerJsonDeserializationException(SerializationInfo, StreamingContext)
protected DataMinerJsonDeserializationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
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
messagestringThe 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
messagestringThe error message.
errorCodeintThe error code.
extraSerializationInfostringThe 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
messagestringThe error message.
innerExceptionExceptionThe inner exception.
jsonstringThe 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)