|
Add the exception to the PVSS log in the form [exceptionType][exceptionText][Code: exceptionCode] Also the exception details are appended to the dyn_string which is passed to the function Three strings are appended to the dyn_string, firstly the exceptionType then the exceptionText and finally a code which is associated with the exception (exceptionCode)
|