C# Class WikiFunctions.API.ApiErrorException

Thrown when an API call returned an <error> tag. See https://www.mediawiki.org/wiki/API:Errors for details
Inheritance: ApiException
Mostrar archivo Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
ApiErrorException ( ApiEdit editor, string errorCode, string errorMessage ) : System
GetErrorVariable ( ) : string

Method Details

ApiErrorException() public method

public ApiErrorException ( ApiEdit editor, string errorCode, string errorMessage ) : System
editor ApiEdit
errorCode string
errorMessage string
return System

GetErrorVariable() public method

public GetErrorVariable ( ) : string
return string