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

FileManagerCustomErrorTextEventArgs(Exception, String) Constructor

Initializes a new instance of the FileManagerCustomErrorTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerCustomErrorTextEventArgs(
    Exception e,
    string errorText
)

Parameters

Name Type Description
e Exception

A Exception object that specifies the exception. This value is assigned to the FileManagerCustomErrorTextEventArgs.Exception property.

errorText String

A String value that specifies the error text. This value is assigned to the FileManagerCustomErrorTextEventArgs.ErrorText property.

See Also