ASPxGridCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) Constructor
Initializes a new instance of the ASPxGridCustomErrorTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxGridCustomErrorTextEventArgs(
Exception exception,
GridErrorTextKind errorTextKind,
string errorText
)
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | An Exception object specifying the error occurred. |
errorTextKind | GridErrorTextKind | A GridErrorTextKind object that lists values indicating the error source. |
errorText | String | A string representing the error text. |
Remarks
Instances of the ASPxGridCustomErrorTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also