NoPluginInstalledException Constructor (String)

Initializes a new instance of the NoPluginInstalledException class with a specified error message.

Namespace:  Dundas.BI.MachineLearning.PythonMachineLearningProvider
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public NoPluginInstalledException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also