C# Class RenRen.Plurk.OAuthException

Inheritance: System.ApplicationException
Afficher le fichier Open project: rschiang/rsPlurkLib

Méthodes publiques

Méthode Description
OAuthException ( ) : System
OAuthException ( string message ) : System
OAuthException ( string message, Exception innerException ) : System

Method Details

OAuthException() public méthode

public OAuthException ( ) : System
Résultat System

OAuthException() public méthode

public OAuthException ( string message ) : System
message string
Résultat System

OAuthException() public méthode

public OAuthException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System