Class InvalidTokenPartsException
- Namespace
- JWT.Exceptions
- Assembly
- Coherence.JWT.dll
Represents an exception thrown when a token doesn't consist of 3 delimited by dot parts.
public class InvalidTokenPartsException : ArgumentOutOfRangeException
- Inheritance
-
InvalidTokenPartsException
Constructors
InvalidTokenPartsException(string)
Creates an instance of InvalidTokenPartsException
public InvalidTokenPartsException(string paramName)
Parameters
paramName
stringThe name of the parameter that caused the exception