Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewCustomErrorTextEventArgs(Exception, GridErrorTextKind, String) Constructor

Initializes a new instance of the ASPxGridViewCustomErrorTextEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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 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