MachineLearningProviderEngineStartupException Property |
If the engine failed to start-up, then the exception causing it will be found in this property.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract Exception EngineStartupException { get; }
Public MustOverride ReadOnly Property EngineStartupException As Exception
Get
public:
virtual property Exception^ EngineStartupException {
Exception^ get () abstract;
}
abstract EngineStartupException : Exception with get
Property Value
Type:
ExceptionSee Also