Table of Contents

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.ExceptionReason

The reason.

message string

The 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