FileSystemException(FileSystemErrorCode, Exception) Constructor
In This Article
Initializes a new instance of the FileSystemException class with specified settings.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public FileSystemException(
FileSystemErrorCode errorCode,
Exception innerException
)
#Parameters
Name | Type |
---|---|
error |
File |
inner |
Exception |
See Also