08-12-04 07:46 AM
Hi all, I've given this a good go but am yet to trap the details I really ne
ed.
I have set up multiple catch blocks within my Orchestration (to catch Genera
l Exceptions, System Exceptions, XLANG Exceptions and even NullExceptions).
Within these, say System Exception, I have associated a variable, exSys, of
.Net type System.Exception
to the Catch Block.
When my Orchestration runs, I can see, via the Orch debugger, that it succes
sfully jumps to this catch block. However when i attempt to access the exSy
s.Message property the Orchestration then raises the error "System.NullRefer
enceException: Object refer
ence not set to an instance of an object."
Note: All properties of this variable are available in the expression edito
r through intellisense. So it must be declared OK. Just not instantiated.
Even though the Orch as just thrown the exception to me (???)
I have such great plans for this information if I can just get to it...
If anybody has actually managed to figure out a way to make that final step,
please let me, and dare i say a lot of other people, know how.
Thanks,
Dean.
----------------------------------------------
sent via http://www.biztalkug.com
all about BizTalk
[ Post a follow-up to this message ]
|