FederatedAuthenticationSessionEndingException Constructors

Definition

Initializes a new instance of the FederatedAuthenticationSessionEndingException class.

Overloads

FederatedAuthenticationSessionEndingException()

Initializes a new instance of FederatedAuthenticationSessionEndingException.

FederatedAuthenticationSessionEndingException(String)

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with a specified error message.

FederatedAuthenticationSessionEndingException(SerializationInfo, StreamingContext)

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with serialized data.

FederatedAuthenticationSessionEndingException(String, Exception)

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

FederatedAuthenticationSessionEndingException()

Initializes a new instance of FederatedAuthenticationSessionEndingException.

C#
public FederatedAuthenticationSessionEndingException();

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FederatedAuthenticationSessionEndingException(String)

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with a specified error message.

C#
public FederatedAuthenticationSessionEndingException(string message);

Parameters

message
String

The message that describes the error.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FederatedAuthenticationSessionEndingException(SerializationInfo, StreamingContext)

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with serialized data.

C#
protected FederatedAuthenticationSessionEndingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context
StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

FederatedAuthenticationSessionEndingException(String, Exception)

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

C#
public FederatedAuthenticationSessionEndingException(string message, Exception inner);

Parameters

message
String

The message that describes the error.

inner
Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1