ExceptionHandler.AlwaysHandle 屬性

定義

取得處理所有例外狀況的 ExceptionHandler 執行個體。

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

屬性值

ExceptionHandler 物件,這個物件會為所有例外狀況傳回 true

適用於