Table of Contents

Property ExceptionParentIndices

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

ExceptionParentIndices

Gets the parent exception index(es) for the exception(s); a -1 indicates that the exception in question has no parent.

public required int[] ExceptionParentIndices { get; set; }

Property Value

int[]

Remarks

Note: Will be an empty array if there was no value provided during deserialization.