cef_v8value_t.get_exception

Returns the exception resulting from the last function call. This attribute exists only in the scope of the current CEF value object.

struct cef_v8value_t
extern (System)
cef_v8exception_t* function(cef_v8value_t* self) nothrow get_exception;

Meta