DevForce Help Reference
ErrorContinuationMode Property (VerifierOptions)


Gets or sets whether a failure in this verifier should stop the execution of the remainder of the batch in which this verifier is executing.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ErrorContinuationMode As VerifierErrorContinuationMode
'Usage
 
Dim instance As VerifierOptions
Dim value As VerifierErrorContinuationMode
 
instance.ErrorContinuationMode = value
 
value = instance.ErrorContinuationMode
[DataMember()]
public VerifierErrorContinuationMode ErrorContinuationMode {get; set;}
Remarks
The default is see cref="VerifierErrorContinuationMode.Continue"/>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierOptions Class
VerifierOptions Members

Send Feedback