Skip to content

JSMarshallerException constructor (1 of 2)

C#
public JSMarshallerException(string message, MemberInfo member, Exception? innerException = null)

See Also


JSMarshallerException constructor (2 of 2)

C#
public JSMarshallerException(string message, Type type, Exception? innerException = null)

See Also

Released under the MIT license