FederatedAuthenticationSessionEndingException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException.

Przeciążenia

FederatedAuthenticationSessionEndingException()

Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException.

FederatedAuthenticationSessionEndingException(String)

Inicjuje FederatedAuthenticationSessionEndingException nowe wystąpienie klasy z określonym komunikatem o błędzie.

FederatedAuthenticationSessionEndingException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException z zserializowanymi danymi.

FederatedAuthenticationSessionEndingException(String, Exception)

Inicjuje nowe wystąpienie FederatedAuthenticationSessionEndingException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, który jest przyczyną tego wyjątku.

FederatedAuthenticationSessionEndingException()

Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException.

public:
 FederatedAuthenticationSessionEndingException();
public FederatedAuthenticationSessionEndingException ();
Public Sub New ()

Dotyczy

FederatedAuthenticationSessionEndingException(String)

Inicjuje FederatedAuthenticationSessionEndingException nowe wystąpienie klasy z określonym komunikatem o błędzie.

public:
 FederatedAuthenticationSessionEndingException(System::String ^ message);
public FederatedAuthenticationSessionEndingException (string message);
new System.IdentityModel.Services.FederatedAuthenticationSessionEndingException : string -> System.IdentityModel.Services.FederatedAuthenticationSessionEndingException
Public Sub New (message As String)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

FederatedAuthenticationSessionEndingException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException z zserializowanymi danymi.

protected:
 FederatedAuthenticationSessionEndingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected FederatedAuthenticationSessionEndingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Services.FederatedAuthenticationSessionEndingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Services.FederatedAuthenticationSessionEndingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Obiekt SerializationInfo zawierający dane zserializowanego obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

Obiekt StreamingContext zawierający informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Dotyczy

FederatedAuthenticationSessionEndingException(String, Exception)

Inicjuje nowe wystąpienie FederatedAuthenticationSessionEndingException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, który jest przyczyną tego wyjątku.

public:
 FederatedAuthenticationSessionEndingException(System::String ^ message, Exception ^ inner);
public FederatedAuthenticationSessionEndingException (string message, Exception inner);
new System.IdentityModel.Services.FederatedAuthenticationSessionEndingException : string * Exception -> System.IdentityModel.Services.FederatedAuthenticationSessionEndingException
Public Sub New (message As String, inner As Exception)

Parametry

message
String

Komunikat z opisem błędu.

inner
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub null jeśli nie określono wyjątku wewnętrznego.

Dotyczy