Skip to content

JSInvalidThreadAccessException.CurrentScope property

Gets the scope associated with the current thread (Current) when the exception was thrown, or null if there was no scope for the thread.

C#
public JSValueScope? CurrentScope { get; }

See Also

Released under the MIT license