CallbackDebugBehavior(Boolean) コンストラクター

定義

CallbackDebugBehavior クラスの新しいインスタンスを初期化します。

public:
 CallbackDebugBehavior(bool includeExceptionDetailInFaults);
public CallbackDebugBehavior (bool includeExceptionDetailInFaults);
new System.ServiceModel.Description.CallbackDebugBehavior : bool -> System.ServiceModel.Description.CallbackDebugBehavior
Public Sub New (includeExceptionDetailInFaults As Boolean)

パラメーター

includeExceptionDetailInFaults
Boolean

WCF コールバック オブジェクトが、サービスに返される SOAP エラーの詳細にマネージド例外情報を含めるかどうかを制御します。

注釈

このコンストラクターは、CallbackDebugBehavior オブジェクトを作成します。このオブジェクトの IncludeExceptionDetailInFaults プロパティの値は includeExceptionDetailInFaults の値になります。

適用対象