Class StorageExceededException
Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
Implements
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.Error
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class StorageExceededException : FileSystemException, ISerializable
Constructors
| Improve this Doc View SourceStorageExceededException()
Initializes a new instance of the StorageExceededException class.
Declaration
public StorageExceededException()
StorageExceededException(String)
Initializes a new instance of the StorageExceededException class.
Declaration
public StorageExceededException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
StorageExceededException(String, Exception)
Initializes a new instance of the StorageExceededException class.
Declaration
public StorageExceededException(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 |