I'm trying to throw an exception from my adapter that is able to be caught from wtihin an orchestration. Currently the only way i'm able to catch an exception is when the RetryCount expires and BizTalk generates an exception which is caught in the catch block of my Scope shape in my orchestration. I'm not worried about handling the exception under normal circumstances as that is already implemented, but i'd like to be able to throw an exception that I can catch from within my orchestration. Is this even possible? I definitely could have missed something, but I didn't see anywhere which said it was possible or not possible to do this. Thanks!