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.

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.