Dear All,
how i can get the exception object to write the error in customize error log table.
for e.g.
try {
// if any error raise by system the catch block will call
}
catch(Exception::Error)
{
// here how i can know what is the exact error.
}
Dear All,
how i can get the exception object to write the error in customize error log table.
for e.g.
try {
// if any error raise by system the catch block will call
}
catch(Exception::Error)
{
// here how i can know what is the exact error.
}