0 votes
in Data Analytics by

Is it possible to get an exception object from General Exception?

1 Answer

0 votes
by

No. General exception in BizTalk is like writing a Try-Catch block but without the exception object thus not possible to get the exception object.

...