Table of Contents

Class DataMinerException

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

Base class for all DataMiner-related exceptions

[Serializable]
public class DataMinerException : Exception
Inheritance
DataMinerException
Derived
Extension Methods

Constructors

DataMinerException()
DataMinerException(SerializationInfo, StreamingContext)
DataMinerException(string)
DataMinerException(string, Exception)
DataMinerException(string, int)
DataMinerException(string, int, Exception)
DataMinerException(string, int, int)
DataMinerException(string, int, int, Exception)
DataMinerException(string, int, int, string)
DataMinerException(string, int, string)

Properties

ErrorCode

Gets the error code (HRESULT).

ExtraSerializationInfo

Extra information that needs to be serialized when wrapping a DataMinerException in a SoapException

SubErrorCode

Extra error code (DataMinerErrorCode.NoError by default), e.g. more detail on authentication errors.

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the SerializationInfo with information about the exception.

ToString()

Creates and returns a string representation of the current exception.