ownCloud#  0.2.0
C# client library for ownCloud
All Classes Namespaces Functions Variables Enumerations Enumerator Properties
owncloudsharp.Exceptions.ResponseError Class Reference

Response error. More...

Inheritance diagram for owncloudsharp.Exceptions.ResponseError:
owncloudsharp.Exceptions.OCSResponseError

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...
 

Detailed Description

Response error.

Constructor & Destructor Documentation

◆ ResponseError() [1/3]

owncloudsharp.Exceptions.ResponseError.ResponseError ( )

Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class.

◆ ResponseError() [2/3]

owncloudsharp.Exceptions.ResponseError.ResponseError ( string  message)

Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class.

Parameters
messageThe message that describes the error.

◆ ResponseError() [3/3]

owncloudsharp.Exceptions.ResponseError.ResponseError ( string  message,
string  statusCode 
)

Initializes a new instance of the owncloudsharp.Exceptions.ResponseError class.

Parameters
messageThe message that describes the error.
statusCodeStatus code associated to the error.

Property Documentation

◆ StatusCode

string owncloudsharp.Exceptions.ResponseError.StatusCode
get

Gets the status code associated with the error.

The status code.


The documentation for this class was generated from the following file: