Class ExceptionDiagnoserConfig
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
public class ExceptionDiagnoserConfig
- Inheritance
-
ExceptionDiagnoserConfig
Constructors
ExceptionDiagnoserConfig(bool)
public ExceptionDiagnoserConfig(bool displayExceptionsIfZeroValue = true)
Parameters
displayExceptionsIfZeroValue
boolDetermines whether the Exceptions column is displayed when its value is not calculated. True by default.
Properties
DisplayExceptionsIfZeroValue
public bool DisplayExceptionsIfZeroValue { get; }