Click or drag to resize

ProxyServerOnExceptionOccured Method

Raises the ExceptionOccured event.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
protected virtual void OnExceptionOccured(
	ExceptionEventArgs e
)

Parameters

e
Type: FastProxyExceptionEventArgs
The event arguments.
See Also