Share via


SPSequence.ContinueOnFailure property

Allows the sequence to ignore exception thrown from the current object that is being upgraded, and move on to the next in the sequence.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ContinueOnFailure As Boolean
    Get
'Usage
Dim instance As SPSequence
Dim value As Boolean

value = instance.ContinueOnFailure
public virtual bool ContinueOnFailure { get; }

Property value

Type: System.Boolean

Implements

IUpgrader.ContinueOnFailure

See also

Reference

SPSequence class

SPSequence members

Microsoft.SharePoint.Upgrade namespace