WORKFLOW_ERROR_HANDLER_LEVEL Class

The WORKFLOW_ERROR_HANDLER_LEVEL class lists the levels for workflow errors. This is used for the errorhandler field in a workflow action or condition. Please note that although the APIs may accept any value, these are the valid values for this field. WORKFLOW_ERROR_HANDLER_LEVEL specifies how to handle the situation where an error occurs in the execution of an action or the evaluation of a condition. For more information about the use of this class, see Actions and Conditions in the Workflow Reference.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   WORKFLOW_ERROR_HANDLER_LEVEL

[Visual Basic .NET]
Public Class WORKFLOW_ERROR_HANDLER_LEVEL
   Inherits System.Object
[C#]
public class WORKFLOW_ERROR_HANDLER_LEVEL: System.Object
[C++]
public __gc class WORKFLOW_ERROR_HANDLER_LEVEL: public System.Object

The WORKFLOW_ERROR_HANDLER_LEVEL class exposes the following integer fields.

Field Value Description
WFEH_IGNORE 0 Specifies to ignore the error. [Not supported in this release.]
WFEH_STOP 2 Specifies to pause the execution and post a warning message to system event log.
WFEH_WARNING 1 Specifies to post a warning message to the system event log.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.