C# Class WikiFunctions.API.LoginException

Thrown when logging in failed
Inheritance: ApiException
Datei anzeigen Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
LoginException ( ApiEdit editor, string status ) : System

Protected Methods

Method Description
GetErrorMessage ( string code ) : string

Method Details

GetErrorMessage() protected static method

protected static GetErrorMessage ( string code ) : string
code string
return string

LoginException() public method

public LoginException ( ApiEdit editor, string status ) : System
editor ApiEdit
status string
return System