Table of Contents

Property ExceptionStackTraces

Namespace
Xunit
Assembly
xunit.v3.core.dll

ExceptionStackTraces

Gets the stack trace(s) of the exception(s). This value is only available when Result is Failed.

public string?[]? ExceptionStackTraces { get; }

Property Value

string[]