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 方法以指示已处理错误。
线程安全
此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。
平台
开发平台
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000
目标平台
另请参见
参考
OperationBase 类
OperationBase 成员
System.ServiceModel.DomainServices.Client 命名空间