C# Class RenRen.Plurk.OAuthRequestException

Inheritance: OAuthException
ファイルを表示 Open project: rschiang/rsPlurkLib

Public Methods

Method Description
OAuthRequestException ( string response ) : System
OAuthRequestException ( string response, Exception innerException ) : System

Method Details

OAuthRequestException() public method

public OAuthRequestException ( string response ) : System
response string
return System

OAuthRequestException() public method

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