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 オブジェクト。

適用対象