DataSourceFillErrorEventArgs(String, Exception) Constructor
Creates a new instance of the DataSourceFillErrorEventArgs class with specified settings.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionName | String | The connection name. |
exception | Exception | The exception that occurred. |
See Also