Table of Contents

Class TicketFieldDoesNotExistException

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

The exception that is thrown when the ticket field does not exist. Obsolete. Ticketing is being retired (see DataMiner functionality evolution and retirement).

public class TicketFieldDoesNotExistException : Exception
Inheritance
TicketFieldDoesNotExistException
Extension Methods

Constructors

TicketFieldDoesNotExistException()

Initializes a new instance of the TicketFieldDoesNotExistException class.

TicketFieldDoesNotExistException(string)

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

TicketFieldDoesNotExistException(string, Exception)

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