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