Click or drag to resize
FiddlerApplicationReportException Method (Exception, String)
Report an exception to the user.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void ReportException(
	Exception eX,
	string sTitle
)

Parameters

eX
Type: SystemException
The Exception
sTitle
Type: SystemString
The Title of the dialog
See Also