C# Class WikiFunctions.API.FeatureDisabledException

Thrown when a feature in the Api is disabled
Inheritance: ApiErrorException
Datei anzeigen Open project: reedy/AutoWikiBrowser

Public Methods

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

Method Details

FeatureDisabledException() public method

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