Table of Contents

Constructor TicketFieldDoesNotExistException

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

TicketFieldDoesNotExistException()

Initializes a new instance of the TicketFieldDoesNotExistException class.

public TicketFieldDoesNotExistException()

TicketFieldDoesNotExistException(string)

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

public TicketFieldDoesNotExistException(string message)

Parameters

message string

TicketFieldDoesNotExistException(string, Exception)

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

public TicketFieldDoesNotExistException(string message, Exception innerException)

Parameters

message string
innerException Exception