ownCloud#
0.2.0
C# client library for ownCloud
|
Response error. More...
Public Member Functions | |
ResponseError () | |
Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class. More... | |
ResponseError (string message) | |
Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class. More... | |
ResponseError (string message, string statusCode) | |
Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class. More... | |
Properties | |
string | StatusCode [get] |
Gets the status code associated with the error. More... | |
Response error.
owncloudsharp.Exceptions.ResponseError.ResponseError | ( | ) |
Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class.
owncloudsharp.Exceptions.ResponseError.ResponseError | ( | string | message | ) |
Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class.
message | The message that describes the error. |
owncloudsharp.Exceptions.ResponseError.ResponseError | ( | string | message, |
string | statusCode | ||
) |
Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class.
message | The message that describes the error. |
statusCode | Status code associated to the error. |
|
get |
Gets the status code associated with the error.
The status code.