Skip to content

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

namedescription
JSValueScopeClosedException(…)Creates a new instance of JSValueScopeClosedException with an optional object name and message.
Scope { get; }

See Also

Released under the MIT license