OperationBase.IsErrorHandled プロパティ
操作エラーが処理されたかどうかを示す値を取得または設定します。
名前空間: System.ServiceModel.DomainServices.Client
アセンブリ: System.ServiceModel.DomainServices.Client (system.servicemodel.domainservices.client.dll 内)
使用方法
'使用
Dim instance As OperationBase
Dim value As Boolean
value = instance.IsErrorHandled
構文
'宣言
Public ReadOnly Property IsErrorHandled As Boolean
public bool IsErrorHandled { get; }
public:
property bool IsErrorHandled {
bool get ();
}
/** @property */
public boolean get_IsErrorHandled ()
public function get IsErrorHandled () : boolean
プロパティ値
エラーが処理された場合は true。それ以外の場合は false。
解説
エラーが処理されたことを示すために、MarkErrorAsHandled メソッドを呼び出します。
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
OperationBase クラス
OperationBase のメンバー
System.ServiceModel.DomainServices.Client 名前空間