C# Class Claymore.SharpMediaWiki.LoginException

Inheritance: WikiException
ファイルを表示 Open project: Claymore/SharpMediaWiki

Public Methods

Method Description
LoginException ( ) : System
LoginException ( string message ) : System
LoginException ( string message, Exception inner ) : System

Method Details

LoginException() public method

public LoginException ( ) : System
return System

LoginException() public method

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

LoginException() public method

public LoginException ( string message, Exception inner ) : System
message string
inner System.Exception
return System