Table of Contents

Class StopOnFirstErrorAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll

determines if running should be stop after first error

[AttributeUsage(AttributeTargets.Class)]
public class StopOnFirstErrorAttribute : Attribute, IConfigSource
Inheritance
StopOnFirstErrorAttribute
Implements
Inherited Members

Constructors

StopOnFirstErrorAttribute(bool)

public StopOnFirstErrorAttribute(bool value = true)

Parameters

value bool

Properties

Config

public IConfig Config { get; }

Property Value

IConfig