Auf Englisch lesen

Freigeben über


OpenIdConnectProtocolInvalidStateException Constructors

Definition

Overloads

OpenIdConnectProtocolInvalidStateException()

Initializes a new instance of the OpenIdConnectProtocolInvalidStateException class.

public OpenIdConnectProtocolInvalidStateException ();

Applies to

OpenIdConnectProtocolInvalidStateException(String)

Initializes a new instance of the OpenIdConnectProtocolInvalidStateException class.

public OpenIdConnectProtocolInvalidStateException (string message);

Parameters

message
String

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

Applies to

OpenIdConnectProtocolInvalidStateException(SerializationInfo, StreamingContext)

Initializes a new instance of the OpenIdConnectProtocolInvalidStateException class.

protected OpenIdConnectProtocolInvalidStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

the SerializationInfo that holds the serialized object data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

OpenIdConnectProtocolInvalidStateException(String, Exception)

Initializes a new instance of the OpenIdConnectProtocolInvalidStateException class.

public OpenIdConnectProtocolInvalidStateException (string message, Exception innerException);

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