Table of Contents

Property ExceptionParentIndices

Namespace
Xunit
Assembly
xunit.v3.core.dll

ExceptionParentIndices

Gets the parent exception index(es) for the exception(s); a -1 indicates that the exception in question has no parent. This value is only available when Result is Failed.

public int[]? ExceptionParentIndices { get; }

Property Value

int[]