Constructor TicketFieldDoesNotExistException
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)