次の方法で共有


Saml2SecurityTokenWriteException Class

Definition

This exception is thrown when writing fails for a Saml2SecurityToken.

[System.Serializable]
public class Saml2SecurityTokenWriteException : Microsoft.IdentityModel.Tokens.Saml2.Saml2SecurityTokenException
[<System.Serializable>]
type Saml2SecurityTokenWriteException = class
    inherit Saml2SecurityTokenException
Public Class Saml2SecurityTokenWriteException
Inherits Saml2SecurityTokenException
Inheritance
Attributes

Constructors

Saml2SecurityTokenWriteException()

Initializes a new instance of the Saml2SecurityTokenWriteException class.

Saml2SecurityTokenWriteException(SerializationInfo, StreamingContext)

Initializes a new instance of the Saml2SecurityTokenWriteException class.

Saml2SecurityTokenWriteException(String)

Initializes a new instance of the Saml2SecurityTokenWriteException class.

Saml2SecurityTokenWriteException(String, Exception)

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