Return Value
a serial number. save this value for later use
int nBookmark = new Eplan.EplApi.Base.BaseException().GetBookmarkID(); //Starting point which sets the new bookmark ... BaseException oBaseException = new BaseException("Exception message", MessageLevel.Error); oBaseException.FixMessage(); //This error will be saved under nBookmark SysMessagesCollection colSysMsg = new SysMessagesCollection(nBookmark, Eplan.EplApi.Base.MessageLevel.Error); SysMessagesEnumerator itSysMsg = colSysMsg.GetSysMsgEnumerator();