DevForce Help Reference
VerifierErrorContinuationMode Enumeration


Indicates whether a failure in a verifier should stop the execution of the remainder of the batch in which the verifier is executing.
Syntax
'Declaration
 
Public Enum VerifierErrorContinuationMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As VerifierErrorContinuationMode
public enum VerifierErrorContinuationMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
Continue Continue verification even if an error is encountered (the default).
Inherit Use the setting on the parent, which is usually the VerifierEngine.
Stop Stop verification as soon as an error is encountered.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Validation.VerifierErrorContinuationMode

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

IdeaBlade.Validation Namespace

Send Feedback