string CApplicationException::GetString()
The method GetString returns the exception description.
<? $DB->StartTransaction(); if(!$langs->Delete($del_id)) { $DB->Rollback(); if($ex = $APPLICATION->GetException()) $strError = $ex->GetString(); } else $DB->Commit(); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |