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; }
Gets the list of inner exceptions that were thrown.
public IReadOnlyCollection<Exception> InnerExceptions { get; }