Property ExceptionParentIndices
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
ExceptionParentIndices
Gets the parent exception index(es) for the exception(s); a -1 indicates that the exception in question has no parent.
int[] ExceptionParentIndices { get; }
Property Value
- int[]