WaveServer HandleException Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Handles processing exception by calling ErrorFilter.HandleException(work, error). All parameters except ERROR can be null - which indicates error that happened during WorkContext dispose

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual void HandleException(
	WorkContext work,
	WorkFilter filter,
	WorkHandler handler,
	Exception error
)
See Also