C# Class RenRen.Plurk.OAuthRequestException

Inheritance: OAuthException
Afficher le fichier Open project: rschiang/rsPlurkLib

Méthodes publiques

Méthode Description
OAuthRequestException ( string response ) : System
OAuthRequestException ( string response, Exception innerException ) : System

Method Details

OAuthRequestException() public méthode

public OAuthRequestException ( string response ) : System
response string
Résultat System

OAuthRequestException() public méthode

public OAuthRequestException ( string response, Exception innerException ) : System
response string
innerException System.Exception
Résultat System