ExceptionDetailsExceptionMetaData Property |
Version 130.1.90
Dictionary with entries of meta data that the client associated
with this exception, such as information about associated network
requests, etc.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Object ExceptionMetaData { get; set; }
public:
property Object^ ExceptionMetaData {
Object^ get ();
void set (Object^ value);
}
Property Value
ObjectSee Also