C# Class SoftwareKobo.Social.Sina.Weibo.AuthorizeException

Inheritance: System.Exception
ファイルを表示 Open project: h82258652/SoftwareKobo.Social.Sina.Weibo

Public Methods

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

Method Details

AuthorizeException() public method

public AuthorizeException ( ) : System
return System

AuthorizeException() public method

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

AuthorizeException() public method

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