FiddlerApplicationReportException Method (Exception, String, String) |
Report an exception to the user.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void ReportException(
Exception eX,
string sTitle,
string sCallerMessage
)
Public Shared Sub ReportException (
eX As Exception,
sTitle As String,
sCallerMessage As String
)
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