JSInvalidThreadAccessException constructor (1 of 2)
Creates a new instance of JSInvalidThreadAccessException with a current scope and message.
C#
public JSInvalidThreadAccessException(JSValueScope? currentScope, string? message = null)See Also
- class JSValueScope
- class JSInvalidThreadAccessException
- namespace Microsoft.JavaScript.NodeApi
JSInvalidThreadAccessException constructor (2 of 2)
Creates a new instance of JSInvalidThreadAccessException with current and target scopes and a message.
C#
public JSInvalidThreadAccessException(JSValueScope? currentScope, JSValueScope? targetScope,
string? message = null)See Also
- class JSValueScope
- class JSInvalidThreadAccessException
- namespace Microsoft.JavaScript.NodeApi