API Help
Eplan.EplApi.Base Namespace / BaseException Class / BaseException Constructor / BaseException Constructor(String,MessageLevel,BaseException)
Note on the exception that occurred.
Severity of the exception that occurred.
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

In This Topic
BaseException Constructor(String,MessageLevel,BaseException)
In This Topic
Constructor
Syntax

Parameters

strErrorText
Note on the exception that occurred.
eErrorLevel
Severity of the exception that occurred.
innerException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also