Constructor ErrorMessageInfo
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
ErrorMessageInfo(ErrorMessageType, string?, string, string?)
Represents an error that happened outside the scope of a running test.
public ErrorMessageInfo(ErrorMessageType messageType, string? exceptionType, string exceptionMessage, string? exceptionStackTrace)