Table of Contents

Class AlarmPropertyNameDoesNotExistException

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

The exception that is thrown when no alarm property exists with the specified name. Obsolete. Ticketing is being retired (see DataMiner functionality evolution and retirement).

public class AlarmPropertyNameDoesNotExistException : Exception
Inheritance
AlarmPropertyNameDoesNotExistException
Extension Methods

Constructors

AlarmPropertyNameDoesNotExistException()

Initializes a new instance of the AlarmPropertyNameDoesNotExistException class.

AlarmPropertyNameDoesNotExistException(string)

Initializes a new instance of the AlarmPropertyNameDoesNotExistException class using the specified message.

AlarmPropertyNameDoesNotExistException(string, Exception)

Initializes a new instance of the AlarmPropertyNameDoesNotExistException class using the specified message and inner exception.