Table of Contents

Method FromException

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

FromException(Exception)

Creates a new IErrorMessage constructed from an Exception object.

public static IErrorMessage FromException(Exception ex)

Parameters

ex Exception

The exception to use

Returns