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- determines if running should be stop after first error
Properties
Config
public IConfig Config { get; }
Property Value
- IConfig
- determines if running should be stop after first error