| PropertyDescriptorWasThrown Property  | 
Version 110.0.300 
            True if the result was thrown during the evaluation.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
 Syntax
Syntaxpublic bool? WasThrown { get; set; }public:
property Nullable<bool> WasThrown {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean See Also
See Also