EngineNotReadyException Class

Exception that occurs when machine learning operation cannot continue because the machine learning engine is not started.
Inheritance Hierarchy
SystemObject
  SystemException
    Dundas.BI.MachineLearningEngineNotReadyException

Namespace: Dundas.BI.MachineLearning
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class EngineNotReadyException : Exception

The EngineNotReadyException type exposes the following members.

Constructors
 NameDescription
Public methodEngineNotReadyException Initializes a new instance of the EngineNotReadyException class.
Public methodEngineNotReadyException(Exception) Initializes a new instance of the EngineNotReadyException class.
Public methodEngineNotReadyException(String) Initializes a new instance of the EngineNotReadyException class with a specified error message.
Public methodEngineNotReadyException(String, Exception) Initializes a new instance of the EngineNotReadyException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
 NameDescription
Public propertyMessageGets a message that describes the current exception.
(Overrides ExceptionMessage)
Top
Extension Methods
 NameDescription
Public Extension MethodGetDetailsMessageGets the details message associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetErrorCodeGets the error code associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetHelpTopicReferenceGets the help topic reference associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetSupplementalMessageGets the supplemental message associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodSetAsDisplayExceptionMarks the exception as the "display" exception.
(Defined by ExceptionExtensions)
Public Extension MethodSetDetailsMessage Sets the details message on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetErrorCode Sets the error code on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetHelpTopicReference Sets an associated help topic reference on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetSupplementalMessage Sets the supplemental message on an exception object.
(Defined by ExceptionExtensions)
Top
See Also