Table of Contents

Property InnerExceptions

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

InnerExceptions

Gets the list of inner exceptions that were thrown.

public IReadOnlyCollection<Exception> InnerExceptions { get; }

Property Value

IReadOnlyCollection<Exception>