DomainOperationException.Status 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 the status code for this exception.

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

Syntax

'Declaration
Public Property Status As OperationErrorStatus
    Get
    Set
'Usage
Dim instance As DomainOperationException
Dim value As OperationErrorStatus

value = instance.Status

instance.Status = value
public OperationErrorStatus Status { get; set; }
public:
property OperationErrorStatus Status {
    OperationErrorStatus get ();
    void set (OperationErrorStatus value);
}
member Status : OperationErrorStatus with get, set
function get Status () : OperationErrorStatus
function set Status (value : OperationErrorStatus)

Property Value

Type: System.ServiceModel.DomainServices.Client.OperationErrorStatus
The status code for this exception.

Remarks

For more information, see OperationErrorStatus.

See Also

Reference

DomainOperationException Class

System.ServiceModel.DomainServices.Client Namespace