ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / ValidationException Class
Members

In This Topic
    ValidationException Class
    In This Topic
    An exception that follows the ValidationError event if ValidationErrorEventArgs.ErrorInfo is set to ErrorActionEnum.ThrowException.
    Syntax
    'Declaration
     
    
    Public Class ValidationException 
       Inherits System.ApplicationException
    public class ValidationException : System.ApplicationException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             C1.Win.C1Input.ValidationException

    See Also