Class TicketingManagerError
Represents an error that occurred during CRUD operations with the Ticketing manager.
[Serializable]
public class TicketingManagerError : ErrorData
- Inheritance
-
TicketingManagerError
- Extension Methods
Constructors
- TicketingManagerError()
Initializes a new instance of the TicketingManagerError class.
- TicketingManagerError(Reason)
Initializes a new instance of the TicketingManagerError class with the specified error reason.
- TicketingManagerError(Reason, List<Guid>)
Initializes a new instance of the TicketingManagerError class with the specified error reason and the related tickets.
- TicketingManagerError(Reason, List<string>)
Initializes a new instance of the TicketingManagerError class with the specified error reason invalid characters.
- TicketingManagerError(Reason, Guid)
Initializes a new instance of the TicketingManagerError class with the specified error reason and the ticket field resolver ID.
- TicketingManagerError(string)
Initializes a new instance of the TicketingManagerError class with the specified legacy error message.
Properties
- ErrorReason
Gets or sets the error reason.
- Exception
Gets or sets the exception.
- InvalidTicketFieldDescriptorNames
Gets or sets the invalid ticket field descriptor names.
- LegacyErrorMessage
Gets or sets the legacy error message.
- RelatedTickets
Gets or sets the related tickets.
- TicketFieldResolverId
Gets or sets the ticket field resolver ID.
Methods
- ToString()
Returns a string that represents the current object.