Click or drag to resize
FiddlerApplicationReportException Method (Exception, String, 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,
	string sCallerMessage
)

Parameters

eX
Type: SystemException
The Exception
sTitle
Type: SystemString
The Title of the dialog
sCallerMessage
Type: SystemString
The intro text to show. If null or empty, the default "Fiddler has encountered an unexpected... " message is shown.
See Also