OnErrorType Enumeration
CRM 1.2
![]() |
Specifies the action to take after an error occurs in a post-callout component.
Syntax
[Visual Basic .NET] Public Enum OnErrorType
[C#] public enum OnErrorType
[JScript] public enum OnErrorType
Members
| Name | Value | Description |
| Default | Take the default action (ignore) when an error occurs in a callout component. | |
| Ignore | Ignore any exception generated from invoking the callout and continue executing the system method call. | |
| Abort | Abort the method execution if any exception is generated from invoking the callout. |
Requirements
Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.CalloutConfig
See Also
© 2007 Microsoft Corporation. All rights reserved.

