Class ValidationKeyException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown when the process for validating a validation key fails.
public class ValidationKeyException : Exception, ISerializable, IKnownError
- Inheritance
-
ValidationKeyException
- Implements
- Inherited Members
Constructors
ValidationKeyException(ExceptionReason, string?)
Initializes a new instance of the ValidationKeyException class.
public ValidationKeyException(ValidationKeyException.ExceptionReason reason, string? message = null)
Parameters
reason
ValidationKeyException.ExceptionReasonThe reason.
message
stringThe friendly error message.
Properties
Reason
Gets or sets the reason why this exception was thrown
public ValidationKeyException.ExceptionReason Reason { get; set; }
Property Value
- ValidationKeyException.ExceptionReason
The reason why this exception was thrown