Condividi tramite


ExceptionHandler.AsynchronousThreadExceptionHandler Proprietà

Definizione

Ottiene o imposta l'implementazione di ExceptionHandler corrente per il dominio dell'applicazione.

public:
 static property System::ServiceModel::Dispatcher::ExceptionHandler ^ AsynchronousThreadExceptionHandler { System::ServiceModel::Dispatcher::ExceptionHandler ^ get(); void set(System::ServiceModel::Dispatcher::ExceptionHandler ^ value); };
public static System.ServiceModel.Dispatcher.ExceptionHandler AsynchronousThreadExceptionHandler { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] set; }
public static System.ServiceModel.Dispatcher.ExceptionHandler AsynchronousThreadExceptionHandler { get; set; }
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
[<set: System.Security.SecurityCritical>]
[<set: System.Security.SecurityTreatAsSafe>]
static member AsynchronousThreadExceptionHandler : System.ServiceModel.Dispatcher.ExceptionHandler with get, set
static member AsynchronousThreadExceptionHandler : System.ServiceModel.Dispatcher.ExceptionHandler with get, set
Public Shared Property AsynchronousThreadExceptionHandler As ExceptionHandler

Valore della proprietà

Assegnare un oggetto personalizzato ExceptionHandler che riceve eccezioni non gestite che si verificano nei thread di Windows Communication Foundation (WCF) asincroni.

Attributi

Commenti

Per impostazione predefinita, la AsynchronousThreadExceptionHandler proprietà è nulle le eccezioni non gestite nei thread WCF asincroni terminano l'applicazione. Impostare questa proprietà su un oggetto ExceptionHandler per ricevere e reagire a queste eccezioni.

Se si verifica un'eccezione non gestita in un thread WCF asincrono e raggiunge questo gestore, lo stato del dominio applicazione potrebbe essere compromesso. HandleException non deve restituire true per queste eccezioni.

Si applica a