C# Class RenRen.Plurk.OAuthException

Inheritance: System.ApplicationException
Exibir arquivo Open project: rschiang/rsPlurkLib

Public Methods

Method Description
OAuthException ( ) : System
OAuthException ( string message ) : System
OAuthException ( string message, Exception innerException ) : System

Method Details

OAuthException() public method

public OAuthException ( ) : System
return System

OAuthException() public method

public OAuthException ( string message ) : System
message string
return System

OAuthException() public method

public OAuthException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System