C# 클래스 CoreTweet.TwitterException

Exception throwed by Twitter.
상속: System.Exception, ITwitterResponse
파일 보기 프로젝트 열기: CoreTweet/CoreTweet 1 사용 예제들

공개 메소드들

메소드 설명
Create ( AsyncResponse response ) : Task

Create a TwitterException instance from the AsyncResponse.

Create ( WebException ex ) : TwitterException

Create a TwitterException instance from the WebException.

비공개 메소드들

메소드 설명
Create ( string json, HttpStatusCode statusCode, Exception ex, RateLimit rateLimit ) : TwitterException
ParseErrors ( string json ) : Error[]
TwitterException ( HttpStatusCode status, Error errors, RateLimit rateLimit, string json, Exception innerException ) : System

메소드 상세

Create() 공개 정적인 메소드

Create a TwitterException instance from the AsyncResponse.
public static Create ( AsyncResponse response ) : Task
response AsyncResponse
리턴 Task

Create() 공개 정적인 메소드

Create a TwitterException instance from the WebException.
public static Create ( WebException ex ) : TwitterException
ex System.Net.WebException The thrown .
리턴 TwitterException