DataServiceClientException.StatusCode Property
Gets the HTTP error status code returned after DataServiceClientException.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property StatusCode As Integer
Get
'Usage
Dim instance As DataServiceClientException
Dim value As Integer
value = instance.StatusCode
public int StatusCode { get; }
public:
property int StatusCode {
int get ();
}
member StatusCode : int
function get StatusCode () : int
Property Value
Type: System.Int32
An integer value that represents the exception.