Class BadParameterException
Command not implemented for that parameter.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.Error
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class BadParameterException : FileSystemException, ISerializable
Constructors
| Improve this Doc View SourceBadParameterException()
Initializes a new instance of the BadParameterException class.
Declaration
public BadParameterException()
BadParameterException(String)
Initializes a new instance of the BadParameterException class.
Declaration
public BadParameterException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
BadParameterException(String, Exception)
Initializes a new instance of the BadParameterException class.
Declaration
public BadParameterException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
| Exception | innerException | The inner 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 |