Table of Contents

Class TokenException

Namespace
adas_core.Application.Exceptions
Assembly
adas-core.Application.dll

Represents an exception that is thrown when a token-related error occurs.

public class TokenException : Exception, ISerializable
Inheritance
TokenException
Implements
Inherited Members
Extension Methods

Constructors

TokenException(string)

Represents an exception that is thrown when a token-related error occurs.

public TokenException(string message)

Parameters

message string

The message that describes the error.