DataServiceClientException Class
Windows Phone
March 22, 2012
Represents errors from an client application.
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
System.Data.Services.Client.DataServiceClientException
System.Exception
System.SystemException
System.InvalidOperationException
System.Data.Services.Client.DataServiceClientException
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
The DataServiceClientException type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataServiceClientException() | Initializes a new instance of the DataServiceClientException class by using a system-supplied message that describes the error. |
|
DataServiceClientException(String) | Initializes a new instance of the DataServiceClientException class by using a specified message that describes the error. |
|
DataServiceClientException(String, Exception) | Initializes a new instance of the DataServiceClientException class by using a specified error message and a reference to the inner exception that is the cause of this exception. |
|
DataServiceClientException(String, Int32) | Initializes a new instance of the DataServiceClientException class. |
|
DataServiceClientException(String, Exception, Int32) | Initializes a new instance of the DataServiceClientException class. |
| Name | Description | |
|---|---|---|
|
Data | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
StatusCode | Gets the HTTP error status code returned after a DataServiceClientException. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetBaseException | (Inherited from Exception.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Exception.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
|
PrepareForRethrow | Preserve callstack when rethrowing. (Defined by ExceptionExtensions.) |