Eplan Platform API
Eplan.EplApi.Base Namespace / BaseException Class / FixMessage Method
Example

In This Topic
FixMessage Method
In This Topic
Method enters a message in the system-wide message tree.
Syntax
public void FixMessage()
Example
Writing an error message to the system error message management.
Eplan.EplApi.Base.BaseException exc= new Eplan.EplApi.Base.BaseException("Error message from API module",
                                                                          Eplan.EplApi.Base.MessageLevel.Error);
exc.FixMessage();
See Also