Show / Hide Table of Contents

    Class FileNameNotAllowedException

    Requested action not taken. File name not allowed.

    Inheritance
    Object
    Exception
    FileSystemException
    FileNameNotAllowedException
    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 class FileNameNotAllowedException : FileSystemException, ISerializable

    Constructors

    | Improve this Doc View Source

    FileNameNotAllowedException()

    Initializes a new instance of the FileNameNotAllowedException class.

    Declaration
    public FileNameNotAllowedException()
    | Improve this Doc View Source

    FileNameNotAllowedException(String)

    Initializes a new instance of the FileNameNotAllowedException class.

    Declaration
    public FileNameNotAllowedException(string message)
    Parameters
    Type Name Description
    String message

    The error message.

    | Improve this Doc View Source

    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 Source

    FtpErrorCode

    Declaration
    public override int FtpErrorCode { get; }
    Property Value
    Type Description
    Int32
    Overrides
    FileSystemException.FtpErrorCode
    | Improve this Doc View Source

    FtpErrorName

    Declaration
    public override string FtpErrorName { get; }
    Property Value
    Type Description
    String
    Overrides
    FileSystemException.FtpErrorName

    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.