ComponentOne Input for WinForms
DataSourceException Class
Members 

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : DataSourceException Class
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.
Object Model
DataSourceException Class
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

Reference

DataSourceException Members
C1.Win.C1Input Namespace