[]
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.
public class DataSourceException : ApplicationException, ISerializable
Name | Description |
---|---|
Sender | Control that caused the exception. |
Value | Current value in the control that caused the exception. |