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.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
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