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

In This Topic
    DataSourceException Class
    In This Topic
    An exception thrown by C1Input when a control's Value property is set, but the new value is rejected by the data source, setting the data field to that value is cancelled by the data source throwing an exception.
    Syntax
    'Declaration
     
    
    Public Class DataSourceException 
       Inherits System.ApplicationException
    public class DataSourceException : System.ApplicationException 
    Inheritance Hierarchy

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

    See Also