Eplan Platform API
Eplan.EplApi.Base Namespace / BaseException Class / BaseException Constructor / BaseException Constructor(String,MessageLevel)
Note on the exception that occurred.
Severity of the exception that occurred.

In This Topic
    BaseException Constructor(String,MessageLevel)
    In This Topic
    Constructor
    Syntax
    public BaseException( 
       string strErrorText,
       MessageLevel eErrorLevel
    )
    public:
    BaseException( 
       String^ strErrorText,
       MessageLevel eErrorLevel
    )

    Parameters

    strErrorText
    Note on the exception that occurred.
    eErrorLevel
    Severity of the exception that occurred.
    See Also