WsFederationReadException Constructors

Definition

Overloads

WsFederationReadException()

Initializes a new instance of the WsFederationReadException class.

WsFederationReadException(String)

Initializes a new instance of the WsFederationReadException class.

WsFederationReadException(SerializationInfo, StreamingContext)

Initializes a new instance of the WsFederationReadException class.

WsFederationReadException(String, Exception)

Initializes a new instance of the WsFederationReadException class.

WsFederationReadException()

Initializes a new instance of the WsFederationReadException class.

public WsFederationReadException ();
Public Sub New ()

Applies to

WsFederationReadException(String)

Initializes a new instance of the WsFederationReadException class.

public WsFederationReadException (string message);
new Microsoft.IdentityModel.Protocols.WsFederation.WsFederationReadException : string -> Microsoft.IdentityModel.Protocols.WsFederation.WsFederationReadException
Public Sub New (message As String)

Parameters

message
String

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

Applies to

WsFederationReadException(SerializationInfo, StreamingContext)

Initializes a new instance of the WsFederationReadException class.

protected WsFederationReadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Protocols.WsFederation.WsFederationReadException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Protocols.WsFederation.WsFederationReadException
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

WsFederationReadException(String, Exception)

Initializes a new instance of the WsFederationReadException class.

public WsFederationReadException (string message, Exception innerException);
new Microsoft.IdentityModel.Protocols.WsFederation.WsFederationReadException : string * Exception -> Microsoft.IdentityModel.Protocols.WsFederation.WsFederationReadException
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