ASPxCardViewCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) Constructor
Initializes a new instance of the ASPxCardViewCustomErrorTextEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxCardViewCustomErrorTextEventArgs(
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