OperationBase.IsErrorHandled Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets or sets a value that indicates whether the operation error has been handled.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsErrorHandled As Boolean
Get
'Usage
Dim instance As OperationBase
Dim value As Boolean
value = instance.IsErrorHandled
public bool IsErrorHandled { get; }
public:
property bool IsErrorHandled {
bool get ();
}
member IsErrorHandled : bool
function get IsErrorHandled () : boolean
Property Value
Type: System.Boolean
true if the error has been handled; otherwise, false.
Remarks
You call the MarkErrorAsHandled method to indicate that an error has been handled.