C# Class WikiFunctions.API.SharedRepoException

Thrown when you try to move a file onto a target that exists in a shared repo (e.g. Commons)
Inheritance: ApiException
显示文件 Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
SharedRepoException ( ApiEdit editor, string message ) : System

Method Details

SharedRepoException() public method

public SharedRepoException ( ApiEdit editor, string message ) : System
editor ApiEdit
message string
return System