DataRepeaterDataErrorEventArgs
Wisej.Web.DataRepeaterDataErrorEventArgs
Last updated
Wisej.Web.DataRepeaterDataErrorEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the DataError event.
Initializes a new instance of the DataRepeaterDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
item | ||
control | ||
property | ||
ex | The exception object. |
Throws:
ArgumentNullException ex is null.
Control: Gets the Control that raised the data error.
DataRepeaterItem: Gets the DataRepeaterItem that raised the data error.
Exception: Gets the Exception that represents the error.
String: Gets the name of the property of the control that raised the error.
Boolean: Gets or sets a value that indicates whether to throw an exception after code execution exits the DataError event handler.
Name | Description |
---|---|
The on which the error occurred.
The on the on which the error occurred.
The property on which the error occurred. For most controls, this will be the property.
Represents the method that will handle the event.