Click or drag to resize
FiddlerApplication.ReportException 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: System.Exception
The Exception
sTitle
Type: System.String
The Title of the dialog
sCallerMessage
Type: System.String
The intro text to show. If null or empty, the default "Fiddler has encountered an unexpected... " message is shown.
See Also