NoPluginInstalledException Constructor (Exception) |
Namespace:
Dundas.BI.MachineLearning.PythonMachineLearningProvider
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic NoPluginInstalledException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
NoPluginInstalledException(
Exception^ innerException
)
new :
innerException : Exception -> NoPluginInstalledExceptionParameters
- innerException
- Type: SystemException
The exception that is the cause of the current exception, or if no inner exception is specified.
See Also