Table of Contents

Constructor AlarmPropertyNameDoesNotExistException

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

AlarmPropertyNameDoesNotExistException()

Initializes a new instance of the AlarmPropertyNameDoesNotExistException class.

public AlarmPropertyNameDoesNotExistException()

AlarmPropertyNameDoesNotExistException(string)

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

public AlarmPropertyNameDoesNotExistException(string message)

Parameters

message string

The error message that explains the reason for the exception.

AlarmPropertyNameDoesNotExistException(string, Exception)

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

public AlarmPropertyNameDoesNotExistException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.