Click or drag to resize

ExceptionEventArgs Constructor

Initializes a new ExceptionEventArgs.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public ExceptionEventArgs(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception.
See Also