EngineNotReadyExceptionMessage Property

Gets a message that describes the current exception.

Namespace: Dundas.BI.MachineLearning
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override string Message { get; }

Return Value

String
The error message that explains the reason for the exception, or an empty string ("").
See Also