Skip to content

JSException.StackTrace property

Gets a stack trace that may include both .NET and JavaScript stack frames.

C#
public override string? StackTrace { get; }

See Also

Released under the MIT license