Click or drag to resize

WikiListTOnEnumItemsFailed Method

This is preliminary documentation and is subject to change.

When overriden, called when there is exception raised when executing the asynchronous generator function inside EnumItemsAsync(CancellationToken).

Namespace: WikiClientLibrary.Generators.Primitive
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
protected virtual void OnEnumItemsFailed(
	Exception exception
)

Parameters

exception  Exception
The raised exception.
Remarks

Implementation can throw other more specific errors in the implementation. The caller will throw the original exception after calling this method if this function does not throw any other exception in the implementation.

The default implementation does nothing.

See Also