Table of Contents

Property OnErrorMessage

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

OnErrorMessage

Set to get notification of error messages (unhandled exceptions outside of tests).

public Action<ErrorMessageInfo>? OnErrorMessage { get; set; }

Property Value

Action<ErrorMessageInfo>