RuntimeClientExceptionRevoked Event |
Version 130.1.90
Issued when unhandled exception was revoked.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<ExceptionRevokedEventArgs> ExceptionRevoked
public:
event EventHandler<ExceptionRevokedEventArgs^>^ ExceptionRevoked {
void add (EventHandler<ExceptionRevokedEventArgs^>^ value);
void remove (EventHandler<ExceptionRevokedEventArgs^>^ value);
}
Value
EventHandlerExceptionRevokedEventArgsSee Also