FileManagerIOException(FileManagerErrors, Exception) Constructor
Initialize a new instance of the FileManagerIOException class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerIOException(
FileManagerErrors error,
Exception innerException
)
Public Sub New(
error As FileManagerErrors,
innerException As Exception
)
Parameters
Name | Type | Description |
---|---|---|
error | FileManagerErrors | A FileManagerErrors object specifying the cause of the current exception. |
innerException | Exception | An Exception object referring to an inner exception. |
See Also
Feedback