JSValueScopeClosedException class
An exception that was caused by an attempt to access a JSValue
(or a more specific JS value type, such as JSObject
or JSArray
) after its JSValueScope
was closed.
C#
public class JSValueScopeClosedException : ObjectDisposedException
Public Members
name | description |
---|---|
JSValueScopeClosedException(…) | Creates a new instance of JSValueScopeClosedException with an optional object name and message. |
Scope { get; } |