ExceptionDetailsExceptionMetaData Property  | 
Version 93.1.111 
            Dictionary with entries of meta data that the client associated
            with this exception, such as information about associated network
            requests, etc.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic Object ExceptionMetaData { get; set; }public:
property Object^ ExceptionMetaData {
	Object^ get ();
	void set (Object^ value);
}Property Value
Type: 
Object
See Also