Show / Hide Table of Contents

    Class FileSystemException

    Represents an error condition the underlying file system wants to communicate to the client.

    Inheritance
    Object
    Exception
    FileSystemException
    BadParameterException
    FileNameNotAllowedException
    FileUnavailableException
    StorageExceededException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: FubarDev.FtpServer.FileSystem.Error
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public abstract class FileSystemException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    FileSystemException()

    Initializes a new instance of the FileSystemException class.

    Declaration
    protected FileSystemException()
    | Improve this Doc View Source

    FileSystemException(String)

    Initializes a new instance of the FileSystemException class.

    Declaration
    protected FileSystemException(string message)
    Parameters
    Type Name Description
    String message

    The error message.

    | Improve this Doc View Source

    FileSystemException(String, Exception)

    Initializes a new instance of the FileSystemException class.

    Declaration
    protected FileSystemException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message

    The error message.

    Exception innerException

    The underlying exception.

    Properties

    | Improve this Doc View Source

    FtpErrorCode

    Gets the FTP error code.

    Declaration
    public abstract int FtpErrorCode { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    FtpErrorName

    Gets a human-readable generic error description.

    Declaration
    public abstract string FtpErrorName { get; }
    Property Value
    Type Description
    String

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.