Table of Contents

Class ExceptionDiagnoserAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Class)]
public class ExceptionDiagnoserAttribute : Attribute, IConfigSource
Inheritance
ExceptionDiagnoserAttribute
Implements
Inherited Members

Constructors

ExceptionDiagnoserAttribute(bool)

public ExceptionDiagnoserAttribute(bool displayExceptionsIfZeroValue = true)

Parameters

displayExceptionsIfZeroValue bool

Display Exceptions column. True by default.

Properties

Config

public IConfig Config { get; }

Property Value

IConfig