IdeaBlade DevForce 2010 Help Reference
VerifierErrorContinuationMode Enumeration
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : 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

Visual Basic (Declaration) 
Public Enum VerifierErrorContinuationMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As VerifierErrorContinuationMode
C# 
public enum VerifierErrorContinuationMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
C++/CLI 
public enum class VerifierErrorContinuationMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.