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.