NoPluginInstalledException Class

Exception that occurs when there is no plugin installed for the Python machine learning engine.
Inheritance Hierarchy
SystemObject
  SystemException
    Dundas.BI.MachineLearning.PythonMachineLearningProviderNoPluginInstalledException

Namespace:  Dundas.BI.MachineLearning.PythonMachineLearningProvider
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[SerializableAttribute]
public sealed class NoPluginInstalledException : Exception

The NoPluginInstalledException type exposes the following members.

Constructors
  NameDescription
Public methodNoPluginInstalledException
Initializes a new instance of the NoPluginInstalledException class.
Public methodNoPluginInstalledException(Exception)
Initializes a new instance of the NoPluginInstalledException class.
Public methodNoPluginInstalledException(String)
Initializes a new instance of the NoPluginInstalledException class with a specified error message.
Public methodNoPluginInstalledException(String, Exception)
Initializes a new instance of the NoPluginInstalledException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDetailsMessage
Gets the details message associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetErrorCode
Gets the error code associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetHelpTopicReference
Gets the help topic reference associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetSupplementalMessage
Gets the supplemental message associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodSetAsDisplayException
Marks 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