Visual Basic (Declaration) | |
---|---|
Public Enum VerifierErrorContinuationMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As VerifierErrorContinuationMode |
C# | |
---|---|
public enum VerifierErrorContinuationMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class VerifierErrorContinuationMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
IdeaBlade.Validation.VerifierErrorContinuationMode
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