ExceptionHandler.AlwaysHandle Proprietà

Definizione

Ottiene un'istanza di ExceptionHandler che gestisce tutte le eccezioni.

public:
 static property System::ServiceModel::Dispatcher::ExceptionHandler ^ AlwaysHandle { System::ServiceModel::Dispatcher::ExceptionHandler ^ get(); };
public static System.ServiceModel.Dispatcher.ExceptionHandler AlwaysHandle { get; }
member this.AlwaysHandle : System.ServiceModel.Dispatcher.ExceptionHandler
Public Shared ReadOnly Property AlwaysHandle As ExceptionHandler

Valore della proprietà

ExceptionHandler

Un oggetto ExceptionHandler che restituisce true per tutte le eccezioni.

Si applica a