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
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.