Click or drag to resize

ExceptionEventHandler Delegate

Represents the method raised when an exception is thrown.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public delegate void ExceptionEventHandler(
	Object sender,
	ExceptionEventArgs e
)

Parameters

sender
Type: SystemObject
The event source.
e
Type: FastProxyExceptionEventArgs
The event arguments.
See Also