Table of Contents

Class ExceptionDiagnoserConfig

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
public class ExceptionDiagnoserConfig
Inheritance
ExceptionDiagnoserConfig

Constructors

ExceptionDiagnoserConfig(bool)

public ExceptionDiagnoserConfig(bool displayExceptionsIfZeroValue = true)

Parameters

displayExceptionsIfZeroValue bool

Determines whether the Exceptions column is displayed when its value is not calculated. True by default.

Properties

DisplayExceptionsIfZeroValue

public bool DisplayExceptionsIfZeroValue { get; }

Property Value

bool