Skip to main content
All docs
V26.1
  • FileSystemException(FileSystemErrorCode, Exception) Constructor

    Initializes a new instance of the FileSystemException class with specified settings.

    Namespace: DevExtreme.AspNet.Mvc.FileManagement

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public FileSystemException(
        FileSystemErrorCode errorCode,
        Exception innerException
    )

    Parameters

    Name Type
    errorCode FileSystemErrorCode
    innerException Exception
    See Also