FileManagerCustomErrorTextEventArgs(Exception, String) Constructor
Initializes a new instance of the FileManagerCustomErrorTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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