OperationBase.Error 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 the operation error if the operation failed.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Error As Exception
    Get
'Usage
Dim instance As OperationBase
Dim value As Exception

value = instance.Error
public Exception Error { get; }
public:
property Exception^ Error {
    Exception^ get ();
}
member Error : Exception
function get Error () : Exception

Property Value

Type: System.Exception
The error that caused the operation to fail; otherwise, nulla null reference (Nothing in Visual Basic).

See Also

Reference

OperationBase Class

System.ServiceModel.DomainServices.Client Namespace

HasError