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
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
ApiErrorException ( ApiEdit editor, string errorCode, string errorMessage ) : System
GetErrorVariable ( ) : string

Method Details

ApiErrorException() public méthode

public ApiErrorException ( ApiEdit editor, string errorCode, string errorMessage ) : System
editor ApiEdit
errorCode string
errorMessage string
Résultat System

GetErrorVariable() public méthode

public GetErrorVariable ( ) : string
Résultat string