BacktestResults Error Property Modulus Backtester
OnlineModulus C# Backtester
Gets the error. This will be a non-null string if an error is generated by the Backtest function.

Namespace: Modulus.Backtester
Assembly: Modulus.Backtester (in Modulus.Backtester.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string Error { get; internal set; }

Field Value

The error, if any.
See Also