Table of Contents

Method FromException

Namespace
Xunit.v3
Assembly
xunit.v3.core.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