InvalidTokenSignatureException Constructors
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.
Overloads
InvalidTokenSignatureException() |
Initializes a new instance of the InvalidTokenSignatureException class.The InvalidTokenSignatureException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
InvalidTokenSignatureException(String) |
Initializes a new instance of the InvalidTokenSignatureException class with the specified message. The InvalidTokenSignatureException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
InvalidTokenSignatureException()
Initializes a new instance of the InvalidTokenSignatureException class.The InvalidTokenSignatureException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
InvalidTokenSignatureException();
public InvalidTokenSignatureException ();
Public Sub New ()
Applies to
InvalidTokenSignatureException(String)
Initializes a new instance of the InvalidTokenSignatureException class with the specified message. The InvalidTokenSignatureException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
InvalidTokenSignatureException(System::String ^ message);
public InvalidTokenSignatureException (string message);
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the exception.