Table of Contents

Constructor DataMinerException

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

DataMinerException()

public DataMinerException()

DataMinerException(string)

public DataMinerException(string message)

Parameters

message string

DataMinerException(string, int)

public DataMinerException(string message, int errorCode)

Parameters

message string
errorCode int

DataMinerException(string, int, string)

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

Parameters

message string
errorCode int
extraSerializationInfo string

DataMinerException(string, int, int)

public DataMinerException(string message, int errorCode, int subErrorCode)

Parameters

message string
errorCode int
subErrorCode int

DataMinerException(string, int, int, string)

public DataMinerException(string message, int errorCode, int subErrorCode, string extraSerializationInfo)

Parameters

message string
errorCode int
subErrorCode int
extraSerializationInfo string

DataMinerException(string, Exception)

public DataMinerException(string message, Exception innerException)

Parameters

message string
innerException Exception

DataMinerException(string, int, Exception)

public DataMinerException(string message, int errorCode, Exception innerException)

Parameters

message string
errorCode int
innerException Exception

DataMinerException(string, int, int, Exception)

public DataMinerException(string message, int errorCode, int subErrorCode, Exception innerException)

Parameters

message string
errorCode int
subErrorCode int
innerException Exception

DataMinerException(SerializationInfo, StreamingContext)

protected DataMinerException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext