SecurityTokenEncryptionFailedException 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.
Przeciążenia
| Nazwa | Opis |
|---|---|
| SecurityTokenEncryptionFailedException() |
Inicjuje nowe wystąpienie klasy SecurityTokenEncryptionFailedException. |
| SecurityTokenEncryptionFailedException(String) |
Inicjuje nowe wystąpienie SecurityTokenEncryptionFailedException klasy z określonym komunikatem o błędzie. |
| SecurityTokenEncryptionFailedException(SerializationInfo, StreamingContext) |
Inicjuje nowe wystąpienie klasy SecurityTokenEncryptionFailedException. |
| SecurityTokenEncryptionFailedException(String, Exception) |
Inicjuje nowe wystąpienie SecurityTokenEncryptionFailedException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku. |
SecurityTokenEncryptionFailedException()
Inicjuje nowe wystąpienie klasy SecurityTokenEncryptionFailedException.
public SecurityTokenEncryptionFailedException();
Public Sub New ()
Dotyczy
SecurityTokenEncryptionFailedException(String)
Inicjuje nowe wystąpienie SecurityTokenEncryptionFailedException klasy z określonym komunikatem o błędzie.
public SecurityTokenEncryptionFailedException(string message);
new Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException : string -> Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat o błędzie wyjaśniający przyczynę wyjątku.
Dotyczy
SecurityTokenEncryptionFailedException(SerializationInfo, StreamingContext)
Inicjuje nowe wystąpienie klasy SecurityTokenEncryptionFailedException.
protected SecurityTokenEncryptionFailedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
, SerializationInfo który przechowuje serializowane dane obiektu.
- context
- StreamingContext
Kontekstowe informacje o źródle lub miejscu docelowym.
Dotyczy
SecurityTokenEncryptionFailedException(String, Exception)
Inicjuje nowe wystąpienie SecurityTokenEncryptionFailedException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.
public SecurityTokenEncryptionFailedException(string message, Exception innerException);
new Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException : string * Exception -> Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionFailedException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Komunikat o błędzie wyjaśniający przyczynę wyjątku.
- innerException
- Exception
Jest Exception to przyczyna bieżącego wyjątku lub odwołanie o wartości null, jeśli nie określono wyjątku wewnętrznego.