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.

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.