Table of Contents

Class DmsException

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

The exception that is thrown when an exception occurs in a DataMiner System.

public class DmsException : Exception
Inheritance
DmsException
Derived
Extension Methods

Constructors

DmsException()

Initializes a new instance of the DmsException class.

DmsException(SerializationInfo, StreamingContext)

Initializes a new instance of the DmsException class with serialized data.

DmsException(string)

Initializes a new instance of the DmsException class.

DmsException(string, Exception)

Initializes a new instance of the DmsException class with a specified error message and a reference to the inner exception that is the cause of this exception.