Class StopOnFirstErrorAttribute
determines if running should be stop after first error
Inheritance
StopOnFirstErrorAttribute
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class StopOnFirstErrorAttribute : Attribute, IConfigSource
Constructors
StopOnFirstErrorAttribute(Boolean)
Declaration
public StopOnFirstErrorAttribute(bool value = true)
Parameters
Type |
Name |
Description |
Boolean |
value |
|
Properties
Config
Declaration
public IConfig Config { get; }
Property Value
Implements