MachineLearningProviderEngineStartupException Property |
If the engine failed to start-up, then the exception causing it will be found in this property.
Namespace: Dundas.BI.MachineLearningAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
Exception
See Also