AuthenticationTagMismatchException Costruttori

Definizione

Overload

Nome Descrizione
AuthenticationTagMismatchException()

Inizializza una nuova istanza della AuthenticationTagMismatchException classe con le proprietà predefinite.

AuthenticationTagMismatchException(String)

Inizializza una nuova istanza della AuthenticationTagMismatchException classe con un messaggio di errore specificato.

AuthenticationTagMismatchException(String, Exception)

Inizializza una nuova istanza della AuthenticationTagMismatchException classe con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa di questa eccezione.

AuthenticationTagMismatchException()

Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs

Inizializza una nuova istanza della AuthenticationTagMismatchException classe con le proprietà predefinite.

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

Si applica a

AuthenticationTagMismatchException(String)

Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs

Inizializza una nuova istanza della AuthenticationTagMismatchException classe con un messaggio di errore specificato.

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)

Parametri

message
String

Messaggio di errore che spiega il motivo dell'eccezione.

Si applica a

AuthenticationTagMismatchException(String, Exception)

Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs
Origine:
AuthenticationTagMismatchException.cs

Inizializza una nuova istanza della AuthenticationTagMismatchException classe con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa di questa eccezione.

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)

Parametri

message
String

Messaggio di errore che spiega il motivo dell'eccezione.

inner
Exception

Eccezione che rappresenta la causa dell'eccezione corrente. Se il parametro non nullè , l'eccezione corrente viene generata in un blocco catch che gestisce l'eccezione interna.

Si applica a