FiddlerApplicationDoNotifyUser Method (Exception, String) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void DoNotifyUser(
Exception eX,
string sTitle
)
Public Shared Sub DoNotifyUser (
eX As Exception,
sTitle As String
)
public:
static void DoNotifyUser(
Exception^ eX,
String^ sTitle
)
Parameters
- eX
- Type: SystemException
- sTitle
- Type: SystemString
See Also