• 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 ExtractionFailedException

    Exception class for ArchiveExtractCallback.

    Inheritance
    object
    Exception
    SharpSevenZipException
    ExtractionFailedException
    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 ExtractionFailedException : SharpSevenZipException, ISerializable

    Constructors

    | Edit this page View Source

    ExtractionFailedException()

    Initializes a new instance of the ExtractionFailedException class

    Declaration
    public ExtractionFailedException()
    | Edit this page View Source

    ExtractionFailedException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ExtractionFailedException class

    Declaration
    protected ExtractionFailedException(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

    ExtractionFailedException(string)

    Initializes a new instance of the ExtractionFailedException class

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

    Additional detailed message

    | Edit this page View Source

    ExtractionFailedException(string, Exception)

    Initializes a new instance of the ExtractionFailedException class

    Declaration
    public ExtractionFailedException(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 = "Could not extract files!"
    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