Skip to main content
Tab

FileManagerCustomErrorTextEventArgs(Exception, String) Constructor

Initializes a new instance of the FileManagerCustomErrorTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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