Class FileNameNotAllowedException
Requested action not taken. File name not allowed.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.Error
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FileNameNotAllowedException : FileSystemException, ISerializable
Constructors
| Improve this Doc View SourceFileNameNotAllowedException()
Initializes a new instance of the FileNameNotAllowedException class.
Declaration
public FileNameNotAllowedException()
FileNameNotAllowedException(String)
Initializes a new instance of the FileNameNotAllowedException class.
Declaration
public FileNameNotAllowedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
FileNameNotAllowedException(String, Exception)
Initializes a new instance of the FileNameNotAllowedException class.
Declaration
public FileNameNotAllowedException(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 |