ASPxGridViewCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) Constructor
In This Article
Initializes a new instance of the ASPxGridViewCustomErrorTextEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxGridViewCustomErrorTextEventArgs(
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 ASPx |
error |
Grid |
A Grid |
error |
String | A String value that specifies the error text. This value is assigned to the ASPx |
See Also