• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpSevenZip
      • ArchiveFileInfo
      • ArchiveProperty
      • CompressionLevel
      • CompressionMethod
      • CompressionMode
      • EventSynchronizationStrategy
      • ExtractFileCallback
      • ICancellable
      • InArchiveFormat
      • LibraryFeature
      • OperationResult
      • OutArchiveFormat
      • SfxModule
      • SharpSevenZipArchiveFormat
      • SharpSevenZipBase
      • SharpSevenZipCompressor
      • SharpSevenZipExtractor
      • SharpSevenZipSfx
      • StreamWithAttributes
      • ZipEncryptionMethod
    • SharpSevenZip.EventArguments
      • ExtractFileCallbackArgs
      • ExtractFileCallbackReason
      • FileInfoEventArgs
      • FileNameEventArgs
      • FileOverwriteEventArgs
      • IntEventArgs
      • OpenEventArgs
      • PercentDoneEventArgs
      • ProgressEventArgs
    • SharpSevenZip.Exceptions
      • CompressionFailedException
      • ExtractionFailedException
      • LzmaException
      • SharpSevenZipArchiveException
      • SharpSevenZipCompressionFailedException
      • SharpSevenZipException
      • SharpSevenZipExtractionFailedException
      • SharpSevenZipInvalidFileNamesException
      • SharpSevenZipLibraryException
      • SharpSevenZipSfxValidationException
    • SharpSevenZip.Lzma
      • LzmaDecodeStream
      • LzmaEncodeStream
    • SharpSevenZip.Sdk
      • CoderPropId
      • ICodeProgress
      • ICoder
    • SharpSevenZip.Sdk.Compression.Lzma
      • Decoder
      • Encoder

    Class SharpSevenZipInvalidFileNamesException

    Exception class for empty common root if file name array in SharpSevenZipCompressor.

    Inheritance
    object
    Exception
    SharpSevenZipException
    SharpSevenZipInvalidFileNamesException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    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: SharpSevenZip.Exceptions
    Assembly: SharpSevenZip.dll
    Syntax
    [Serializable]
    public class SharpSevenZipInvalidFileNamesException : SharpSevenZipException, ISerializable

    Constructors

    | Edit this page View Source

    SharpSevenZipInvalidFileNamesException()

    Initializes a new instance of the SharpSevenZipInvalidFileNamesException class

    Declaration
    public SharpSevenZipInvalidFileNamesException()
    | Edit this page View Source

    SharpSevenZipInvalidFileNamesException(SerializationInfo, StreamingContext)

    Initializes a new instance of the SharpSevenZipInvalidFileNamesException class

    Declaration
    protected SharpSevenZipInvalidFileNamesException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    All data needed for serialization or deserialization

    StreamingContext context

    Serialized stream descriptor

    | Edit this page View Source

    SharpSevenZipInvalidFileNamesException(string)

    Initializes a new instance of the SharpSevenZipInvalidFileNamesException class

    Declaration
    public SharpSevenZipInvalidFileNamesException(string message)
    Parameters
    Type Name Description
    string message

    Additional detailed message

    | Edit this page View Source

    SharpSevenZipInvalidFileNamesException(string, Exception)

    Initializes a new instance of the SharpSevenZipInvalidFileNamesException class

    Declaration
    public SharpSevenZipInvalidFileNamesException(string message, Exception inner)
    Parameters
    Type Name Description
    string message

    Additional detailed message

    Exception inner

    Inner exception occurred

    Fields

    | Edit this page View Source

    DEFAULT_MESSAGE

    Exception default message which is displayed if no extra information is specified

    Declaration
    public const string DEFAULT_MESSAGE = "Invalid file names have been specified: "
    Field Value
    Type Description
    string

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (C) Markovtsev Vadim 2009, 2010, Jérémy Ansel 2024