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

    Exception class for 7-zip archive open or read operations.

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

    Constructors

    | Edit this page View Source

    SharpSevenZipArchiveException()

    Initializes a new instance of the SharpSevenZipArchiveException class

    Declaration
    public SharpSevenZipArchiveException()
    | Edit this page View Source

    SharpSevenZipArchiveException(SerializationInfo, StreamingContext)

    Initializes a new instance of the SharpSevenZipArchiveException class

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

    SharpSevenZipArchiveException(string)

    Initializes a new instance of the SharpSevenZipArchiveException class

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

    Additional detailed message

    | Edit this page View Source

    SharpSevenZipArchiveException(string, Exception)

    Initializes a new instance of the SharpSevenZipArchiveException class

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

    Additional detailed message

    Exception inner

    Inner exception occurred

    Fields

    | Edit this page View Source

    DefaultMessage

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

    Declaration
    public static string DefaultMessage
    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