InvalidTokenVersionException 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 the version of a client identity token does not match the expected version. The InvalidTokenVersionException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class InvalidTokenVersionException : Microsoft::Exchange::WebServices::Auth::Validation::InvalidTokenFormatException
public class InvalidTokenVersionException : Microsoft.Exchange.WebServices.Auth.Validation.InvalidTokenFormatException
Public Class InvalidTokenVersionException
Inherits InvalidTokenFormatException
- Inheritance
Constructors
InvalidTokenVersionException(String) |
Initializes a new instance of the InvalidTokenVersionException class with the specified message that describes the error. The InvalidTokenVersionException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |