Share via


SamlSecurityTokenReadException Class

Definition

This exception is thrown when reading a SamlSecurityToken.

[System.Serializable]
public class SamlSecurityTokenReadException : Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenException
[<System.Serializable>]
type SamlSecurityTokenReadException = class
    inherit SamlSecurityTokenException
Public Class SamlSecurityTokenReadException
Inherits SamlSecurityTokenException
Inheritance
Attributes

Constructors

SamlSecurityTokenReadException()

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException(SerializationInfo, StreamingContext)

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException(String)

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException(String, Exception)

Initializes a new instance of the SamlSecurityTokenReadException class.

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

(Inherited from SecurityTokenException)

Applies to