DevForce Help Reference
ErrorContinuationMode Property (VerifierContext)


Gets or sets the mode used to terminate the execution of the current batch by setting this property to VerifierErrorContinuationMode.Stop and returning an “errant” VerifierResult.
Syntax
'Declaration
 
Public Property ErrorContinuationMode As VerifierErrorContinuationMode
'Usage
 
Dim instance As VerifierContext
Dim value As VerifierErrorContinuationMode
 
instance.ErrorContinuationMode = value
 
value = instance.ErrorContinuationMode
public VerifierErrorContinuationMode ErrorContinuationMode {get; set;}
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

VerifierContext Class
VerifierContext Members

Send Feedback