ASPxVerticalGridCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) Constructor
Initializes a new instance of the ASPxVerticalGridCustomErrorTextEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxVerticalGridCustomErrorTextEventArgs(
Exception exception,
GridErrorTextKind errorTextKind,
string errorText
)
Parameters
| Name | Type | Description |
|---|---|---|
| exception | Exception | A Exception object that represents the exception. This value is assigned to the ASPxGridCustomErrorTextEventArgs.Exception property. |
| errorTextKind | GridErrorTextKind | A GridErrorTextKind enumeration value that indicates the error source. This value is assigned to the ASPxGridCustomErrorTextEventArgs.ErrorTextKind property. |
| errorText | String | A String value that specifies the error text. This value is assigned to the ASPxGridCustomErrorTextEventArgs.ErrorText property. |
See Also