RE: [Axapta-Knowledge-Village] Why sentence try/catch is invisible for COM sessions in 2.5?

2005-04-18 Thread Raul Llorente Peña/OPENSOLUTIONS
s.com Para cc Asunto RE: [Axapta-Knowledge-Village] Why sentence try/catch is invisible for COM sessions in 2.5?   Try using   Throw exception::error instead of throw error(âââ).       From: Raul Llorente PeÃa/OPENSOLUTIONS [mailto:[EMAIL

RE: [Axapta-Knowledge-Village] Why sentence try/catch is invisible for COM sessions in 2.5?

2005-04-14 Thread Bayliss, Barry
  Try using   Throw exception::error instead of throw error(“…”).       From: Raul Llorente Peña/OPENSOLUTIONS [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 April 2005 8:25 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Why sentence try

Re: [Axapta-Knowledge-Village] Why sentence try/catch is invisible for COM sessions in 2.5?

2005-04-14 Thread Varden Morris
I have noticed this too Raul and it is still a puzzle up to this point for me. Raul Llorente Peña/OPENSOLUTIONS <[EMAIL PROTECTED]> wrote: In 2.5, sentences blocks try/catch aren't managed by Axapta when session is a COM one.   Let's see this example code (doesn't matter wherever you put it to