SecurityTokenException 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.
The exception that is thrown when a problem occurs while processing a security token.
public ref class SecurityTokenException : Exception
public ref class SecurityTokenException : SystemException
[System.Serializable]
public class SecurityTokenException : Exception
[<System.Serializable>]
type SecurityTokenException = class
inherit Exception
Public Class SecurityTokenException
Inherits Exception
Public Class SecurityTokenException
Inherits SystemException
- Inheritance
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| SecurityTokenException() |
Initializes a new instance of the SecurityTokenException class. |
| SecurityTokenException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenException class using the specified XML serialization data and contextual data about the source and destination of the serialization stream. |
| SecurityTokenException(String, Exception) |
Initializes a new instance of the SecurityTokenException class using the specified error message and root cause of the error. |
| SecurityTokenException(String) |
Initializes a new instance of the SecurityTokenException class using the specified error message. |