Property ExceptionTypes
- Namespace
 - Xunit.Runner.Common
 
- Assembly
 - xunit.v3.runner.common.dll
 
ExceptionTypes
Gets the fully-qualified type name(s) of the exception(s).
public required string?[] ExceptionTypes { get; set; }
Property Value
- string[]
 
Remarks
Note: Will be an empty array if there was no value provided during deserialization.