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

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

    Parameters

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