Table of Contents

Class ErrorMessageInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

Represents an error that happened outside the scope of a running test.

public class ErrorMessageInfo
Inheritance
ErrorMessageInfo
Inherited Members

Constructors

ErrorMessageInfo(ErrorMessageType, string?, string, string?)

Represents an error that happened outside the scope of a running test.

Properties

ExceptionMessage

The message from the exception that caused the test failure.

ExceptionStackTrace

The stack trace from the exception that caused the test failure.

ExceptionType

The exception that caused the test failure.

MesssageType

The type of error condition that was encountered.