Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.