Eplan Platform API
Eplan.EplApi.Base Namespace / EplAssert Class / Assert Method
The message to be traced to epllog.txt

In This Topic
    Assert Method
    In This Topic
    A developer assertion. If the boolean expression fails, the debugged application fails into the debugger. Some text is written to the EplLog.txt.
    Syntax
    public void Assert( 
       bool bExpression,
       string strInformation
    )
    public:
    void Assert( 
       bool bExpression,
       String^ strInformation
    ) 

    Parameters

    Parameter NameDescription
    bExpression
    strInformationThe message to be traced to epllog.txt
    See Also