ScriptException(ScriptExceptionType, String, Exception) Constructor |
Namespace: Dundas.BI.ScriptingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ScriptException(
ScriptExceptionType exceptionType,
string tokenText,
Exception innerException
)
Public Sub New (
exceptionType As ScriptExceptionType,
tokenText As String,
innerException As Exception
)
public:
ScriptException(
ScriptExceptionType exceptionType,
String^ tokenText,
Exception^ innerException
)
new :
exceptionType : ScriptExceptionType *
tokenText : string *
innerException : Exception -> ScriptExceptionParameters
- exceptionType ScriptExceptionType
- Type of the exception.
- tokenText String
- The token text.
- innerException Exception
- The inner exception.
See Also