ErroredMarkupActivity Class

Defines a workflow activity that is used to handle exceptions that are encountered when the markup generated for a declarative workflow is invalid.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.ErroredMarkupActivity

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(ErroredMarkupActivityValidator))> _
Public Class ErroredMarkupActivity _
    Inherits Activity
'Usage
Dim instance As ErroredMarkupActivity
[ActivityValidatorAttribute(typeof(ErroredMarkupActivityValidator))]
public class ErroredMarkupActivity : Activity

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ErroredMarkupActivity Members

Microsoft.SharePoint.WorkflowActions Namespace