Partager via


SamlSecurityTokenWriteException Class

Definition

This exception is thrown when reading a SamlSecurityToken.

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

Constructors

SamlSecurityTokenWriteException()

Initializes a new instance of the SamlSecurityTokenWriteException class.

SamlSecurityTokenWriteException(SerializationInfo, StreamingContext)

Initializes a new instance of the SamlSecurityTokenWriteException class.

SamlSecurityTokenWriteException(String)

Initializes a new instance of the SamlSecurityTokenWriteException class.

SamlSecurityTokenWriteException(String, Exception)

Initializes a new instance of the SamlSecurityTokenWriteException 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)

Applies to