Wiki |
This is preliminary documentation and is subject to change.
[Missing <param name="apiEndpoint"/> documentation for "M:WikiClientLibrary.Sites.WikiSite.#ctor(WikiClientLibrary.Client.IWikiClient,System.String)"]
Exception | Condition |
---|---|
UnauthorizedOperationException | Cannot access query API module due to target site permission settings. You may need to use WikiSite(IWikiClient, SiteOptions, String, String) to login before any other API requests. |
ArgumentNullException | wikiClient or options is null. - OR - userName is not null, but password is null. |
ArgumentException | One or more settings in options is invalid. |