Dela via


SamlSecurityTokenReadException Constructors

Definition

Overloads

SamlSecurityTokenReadException()

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException(String)

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException(SerializationInfo, StreamingContext)

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException(String, Exception)

Initializes a new instance of the SamlSecurityTokenReadException class.

SamlSecurityTokenReadException()

Initializes a new instance of the SamlSecurityTokenReadException class.

public SamlSecurityTokenReadException ();
Public Sub New ()

Applies to

SamlSecurityTokenReadException(String)

Initializes a new instance of the SamlSecurityTokenReadException class.

public SamlSecurityTokenReadException (string message);
new Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenReadException : string -> Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenReadException
Public Sub New (message As String)

Parameters

message
String

Addtional information to be included in the exception and displayed to user.

Applies to

SamlSecurityTokenReadException(SerializationInfo, StreamingContext)

Initializes a new instance of the SamlSecurityTokenReadException class.

protected SamlSecurityTokenReadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenReadException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenReadException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

the SerializationInfo that holds the serialized object data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

SamlSecurityTokenReadException(String, Exception)

Initializes a new instance of the SamlSecurityTokenReadException class.

public SamlSecurityTokenReadException (string message, Exception innerException);
new Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenReadException : string * Exception -> Microsoft.IdentityModel.Tokens.Saml.SamlSecurityTokenReadException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

Addtional information to be included in the exception and displayed to user.

innerException
Exception

A Exception that represents the root cause of the exception.

Applies to