C# 클래스 RenRen.Plurk.OAuthRequestException

상속: OAuthException
파일 보기 프로젝트 열기: rschiang/rsPlurkLib

공개 메소드들

메소드 설명
OAuthRequestException ( string response ) : System
OAuthRequestException ( string response, Exception innerException ) : System

메소드 상세

OAuthRequestException() 공개 메소드

public OAuthRequestException ( string response ) : System
response string
리턴 System

OAuthRequestException() 공개 메소드

public OAuthRequestException ( string response, Exception innerException ) : System
response string
innerException System.Exception
리턴 System