[racket] Catching Com exception

From: heraklea at gmx.de (heraklea at gmx.de)
Date: Tue Feb 19 07:36:17 EST 2013

Hello friends,

is this the right direction?

(with-handlers ([exn:fail? (lambda (exn) (printf "com-exp-file-exists"))])
          (set! Object      (com-invoke COMOBJ "Method1"  2)))


Yours,

Posted on the users mailing list.