Saml2SecurityTokenReadException 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.
This exception is thrown when reading a Saml2SecurityToken.
[System.Serializable]
public class Saml2SecurityTokenReadException : Microsoft.IdentityModel.Tokens.Saml2.Saml2SecurityTokenException
[<System.Serializable>]
type Saml2SecurityTokenReadException = class
inherit Saml2SecurityTokenException
Public Class Saml2SecurityTokenReadException
Inherits Saml2SecurityTokenException
- Inheritance
- Attributes
Constructors
Saml2SecurityTokenReadException() |
Initializes a new instance of the Saml2SecurityTokenReadException class. |
Saml2SecurityTokenReadException(SerializationInfo, StreamingContext) |
Initializes a new instance of the Saml2SecurityTokenReadException class. |
Saml2SecurityTokenReadException(String, Exception) |
Initializes a new instance of the Saml2SecurityTokenReadException class. |
Saml2SecurityTokenReadException(String) |
Initializes a new instance of the Saml2SecurityTokenReadException class. |
Properties
Source |
Gets or sets the source of the exception. (Inherited from SecurityTokenException) |
StackTrace |
Gets the stack trace that is captured when the exception is created. (Inherited from SecurityTokenException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. (Inherited from SecurityTokenException) |