Class ExpressionCandlePattern.ConditionError
- Namespace
- StockSharp.Algo.Candles.Patterns
- Assembly
- StockSharp.Algo.dll
Condition error.
public class ExpressionCandlePattern.ConditionError : Exception, ISerializable- Inheritance
- 
      
      
      ExpressionCandlePattern.ConditionError
- Implements
- Inherited Members
- Extension Methods
Constructors
ConditionError(string, IEnumerable<int>)
Condition error.
public ConditionError(string message, IEnumerable<int> indexes)Parameters
- messagestring
- indexesIEnumerable<int>
Properties
Indexes
Indexes of conditions with errors (1-based).
public int[] Indexes { get; }Property Value
- int[]