| Author |
Exception Handler block
|
|
|
| Does anyone know how to add an exception handler block to
a scope object?
The docs state that you can add either a compensation
block and/or exception handler block to the end of a
scope shape but I can not seem to see how to do it.
Thanks!!
| |
| Wor Tony 2004-03-11, 10:43 pm |
| "AJ" <anonymous@discussions.microsoft.com> wrote in message
news:b22b01c40790$c8a3ce80$a501280a@phx.gbl...
> Does anyone know how to add an exception handler block to
> a scope object?
>
> The docs state that you can add either a compensation
> block and/or exception handler block to the end of a
> scope shape but I can not seem to see how to do it.
>
Drag and drop a scope shape on to your orchestration.
Right click the scope shape and choose add an exception handler.
HTH
AP - Nottingham - UK
| |
| Tomas Restrepo \(MVP\) 2004-03-11, 10:43 pm |
| > Drag and drop a scope shape on to your orchestration.
>
> Right click the scope shape and choose add an exception handler.
Keep in mind also that Exception Handler blocks are only available to
long-running transactional scopes; atomic transaction scopes only support
compensation blocks.
--
Tomas Restrepo
tomasr@mvps.org
| |
| Nikolai 2004-03-18, 2:00 pm |
| Does anyone know how to retrieve error information from the 'General Exception' exception object type.
Is this possible?
| |
| Susmitha Kothari 2004-05-14, 3:37 pm |
| If you select General Exception, it catches any exception that is thrown
(usually this exception handler should be added after you are done adding
all the others). The only disadvantage is that you will not be able to
access any information related to the exception that is caught (ie message,
stacktrace, helplink etc) . You can still add shapes within the exception
handler and write code to do any necessary actions.
Hope this helps
Susmitha
--------------------
>Thread-Topic: Exception Handler block
>thread-index: AcQKyPVPsi353V92RAunc1NvS85iIA==
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>From: "=?Utf-8?B?Tmlrb2xhaQ==?=" <anonymous@discussions.microsoft.com>
>References: <b22b01c40790$c8a3ce80$a501280a@phx.gbl>
<OSKnZH6BEHA.3360@TK2MSFTNGP11.phx.gbl>
<#oDjDj8BEHA.3308@TK2MSFTNGP10.phx.gbl>
>Subject: Re: Exception Handler block
>Date: Mon, 15 Mar 2004 12:06:09 -0800
>Lines: 3
>Message-ID: <2F521044-C3AF-462C-8744-1F6C5EAA82F3@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.biztalk.orchestration
>Path: cpmsftngxa06.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:5188
>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>
>Does anyone know how to retrieve error information from the 'General
Exception' exception object type.
Is this possible?
>
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|