Class FileUnavailableException
Requested action not taken. File unavailable (e.g., file not found, no access).
Implements
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.Error
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FileUnavailableException : FileSystemException, ISerializable
Constructors
| Improve this Doc View SourceFileUnavailableException()
Initializes a new instance of the FileUnavailableException class.
Declaration
public FileUnavailableException()
FileUnavailableException(String)
Initializes a new instance of the FileUnavailableException class.
Declaration
public FileUnavailableException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
FileUnavailableException(String, Exception)
Initializes a new instance of the FileUnavailableException class.
Declaration
public FileUnavailableException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
| Exception | innerException | The underlying exception. |
Properties
| Improve this Doc View SourceFtpErrorCode
Declaration
public override int FtpErrorCode { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Overrides
| Improve this Doc View SourceFtpErrorName
Declaration
public override string FtpErrorName { get; }
Property Value
| Type | Description |
|---|---|
| String |