Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Exception handling x++

$
0
0

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.

}

 

 

 


Viewing all articles
Browse latest Browse all 9880

Trending Articles