Udostępnij za pośrednictwem


AuthenticationTagMismatchException Konstruktory

Definicja

Przeciążenia

AuthenticationTagMismatchException()

Inicjuje AuthenticationTagMismatchException nowe wystąpienie klasy z domyślnymi właściwościami.

AuthenticationTagMismatchException(String)

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

AuthenticationTagMismatchException(String, Exception)

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

AuthenticationTagMismatchException()

Źródło:
AuthenticationTagMismatchException.cs
Źródło:
AuthenticationTagMismatchException.cs

Inicjuje AuthenticationTagMismatchException nowe wystąpienie klasy z domyślnymi właściwościami.

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

Dotyczy

AuthenticationTagMismatchException(String)

Źródło:
AuthenticationTagMismatchException.cs
Źródło:
AuthenticationTagMismatchException.cs

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

public:
 AuthenticationTagMismatchException(System::String ^ message);
public AuthenticationTagMismatchException (string? message);
new System.Security.Cryptography.AuthenticationTagMismatchException : string -> System.Security.Cryptography.AuthenticationTagMismatchException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Dotyczy

AuthenticationTagMismatchException(String, Exception)

Źródło:
AuthenticationTagMismatchException.cs
Źródło:
AuthenticationTagMismatchException.cs

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

public:
 AuthenticationTagMismatchException(System::String ^ message, Exception ^ inner);
public AuthenticationTagMismatchException (string? message, Exception? inner);
new System.Security.Cryptography.AuthenticationTagMismatchException : string * Exception -> System.Security.Cryptography.AuthenticationTagMismatchException
Public Sub New (message As String, inner As Exception)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

inner
Exception

Wyjątek będący przyczyną bieżącego wyjątku. Jeśli parametr nie nulljest , bieżący wyjątek jest zgłaszany w bloku catch, który obsługuje wyjątek wewnętrzny.

Dotyczy