InvalidTokenFormatException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the exception that is thrown when a client identity token is in an unexpected format. The InvalidTokenFormatException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class InvalidTokenFormatException : Microsoft::Exchange::WebServices::Auth::Validation::TokenValidationException
public class InvalidTokenFormatException : Microsoft.Exchange.WebServices.Auth.Validation.TokenValidationException
Public Class InvalidTokenFormatException
Inherits TokenValidationException
- Inheritance
- Derived
Constructors
InvalidTokenFormatException(String) |
Initializes a new instance of the InvalidTokenFormatException class with the specified message that describes the error. The InvalidTokenFormatException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |