ScriptException(String) Constructor |
Namespace: Dundas.BI.ScriptingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ScriptException(
string message
)
Public Sub New (
message As String
)
public:
ScriptException(
String^ message
)
new :
message : string -> ScriptExceptionParameters
- message String
- The message that describes the error.
See Also