FiddlerApplicationReportException Method (Exception, 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
)
Public Shared Sub ReportException (
eX As Exception,
sTitle As String
)
public:
static void ReportException(
Exception^ eX,
String^ sTitle
)
Parameters
- eX
- Type: SystemException
The Exception - sTitle
- Type: SystemString
The Title of the dialog
See Also