CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Exception throwed by Twitter. More...
Static Public Member Functions | |
static async Task< TwitterException > | Create (AsyncResponse response) |
Create a TwitterException instance from the AsyncResponse. More... | |
static TwitterException | Create (WebException ex) |
Create a TwitterException instance from the WebException. More... | |
Properties | |
HttpStatusCode | Status [get] |
The status of the response. More... | |
Uri | RequestUri [get] |
The URI of the request. More... | |
Error[] | Errors [get] |
The error messages. More... | |
RateLimit | RateLimit [get, set] |
Gets or sets the rate limit of the response. More... | |
string | Json [get, set] |
Gets or sets the JSON of the response. More... | |
Properties inherited from CoreTweet.Core.ITwitterResponse | |
RateLimit | RateLimit [get, set] |
Gets or sets the rate limit of the response. More... | |
string | Json [get, set] |
Gets or sets the JSON of the response. More... | |
Exception throwed by Twitter.
|
inlinestatic |
Create a TwitterException instance from the AsyncResponse.
|
inlinestatic |
Create a TwitterException instance from the WebException.
ex | The thrown WebException. |
|
get |
The error messages.
|
getset |
Gets or sets the JSON of the response.
|
getset |
Gets or sets the rate limit of the response.
|
get |
The URI of the request.
|
get |
The status of the response.