JSMarshallerException constructor (1 of 2)
C#
public JSMarshallerException(string message, MemberInfo member, Exception? innerException = null)
See Also
- class JSMarshallerException
- namespace Microsoft.JavaScript.NodeApi.DotNetHost
JSMarshallerException constructor (2 of 2)
C#
public JSMarshallerException(string message, Type type, Exception? innerException = null)
See Also
- class JSMarshallerException
- namespace Microsoft.JavaScript.NodeApi.DotNetHost