FederatedAuthenticationSessionEndingException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException.
Przeciążenia
| Nazwa | Opis |
|---|---|
| FederatedAuthenticationSessionEndingException() |
Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException. |
| FederatedAuthenticationSessionEndingException(String) |
Inicjuje nowe wystąpienie klasy FederatedAuthenticationSessionEndingException z określonym komunikatem o błędzie. |
| FederatedAuthenticationSessionEndingException(SerializationInfo, StreamingContext) |
Inicjuje FederatedAuthenticationSessionEndingException nowe wystąpienie klasy z serializowanymi danymi. |
| FederatedAuthenticationSessionEndingException(String, Exception) |
Inicjuje nowe wystąpienie FederatedAuthenticationSessionEndingException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, 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 nowe wystąpienie klasy FederatedAuthenticationSessionEndingException 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 opisujący błąd.
Dotyczy
FederatedAuthenticationSessionEndingException(SerializationInfo, StreamingContext)
Inicjuje FederatedAuthenticationSessionEndingException nowe wystąpienie klasy z serializowanymi 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
SerializationInfo przechowujące zserializowane dane obiektu dotyczące zgłaszanego wyjątku.
- context
- StreamingContext
StreamingContext zawierający kontekstowe informacje o źródle lub miejscu docelowym.
Dotyczy
FederatedAuthenticationSessionEndingException(String, Exception)
Inicjuje nowe wystąpienie FederatedAuthenticationSessionEndingException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, 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 opisujący błąd.
- inner
- Exception
Wyjątek, który jest przyczyną bieżącego wyjątku lub null jeśli nie określono wyjątku wewnętrznego.