• Api Documentation
  • Source Code
  • SharpSevenZip.Exceptions
  • SharpSevenZipException
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 SharpSevenZipException

    Base SharpSevenZip exception class.

    Inheritance
    object
    Exception
    SharpSevenZipException
    CompressionFailedException
    ExtractionFailedException
    LzmaException
    SharpSevenZipArchiveException
    SharpSevenZipCompressionFailedException
    SharpSevenZipExtractionFailedException
    SharpSevenZipInvalidFileNamesException
    SharpSevenZipLibraryException
    SharpSevenZipSfxValidationException
    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 SharpSevenZipException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    SharpSevenZipException()

    Initializes a new instance of the SharpSevenZipException class

    Declaration
    public SharpSevenZipException()
    | Edit this page View Source

    SharpSevenZipException(SerializationInfo, StreamingContext)

    Initializes a new instance of the SharpSevenZipException class

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

    SharpSevenZipException(string)

    Initializes a new instance of the SharpSevenZipException class

    Declaration
    public SharpSevenZipException(string defaultMessage)
    Parameters
    Type Name Description
    string defaultMessage

    Default exception message

    | Edit this page View Source

    SharpSevenZipException(string, Exception)

    Initializes a new instance of the SharpSevenZipException class

    Declaration
    public SharpSevenZipException(string defaultMessage, Exception inner)
    Parameters
    Type Name Description
    string defaultMessage

    Default exception message

    Exception inner

    Inner exception occurred

    | Edit this page View Source

    SharpSevenZipException(string, string)

    Initializes a new instance of the SharpSevenZipException class

    Declaration
    public SharpSevenZipException(string defaultMessage, string message)
    Parameters
    Type Name Description
    string defaultMessage

    Default exception message

    string message

    Additional detailed message

    | Edit this page View Source

    SharpSevenZipException(string, string, Exception)

    Initializes a new instance of the SharpSevenZipException class

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

    Default exception message

    string message

    Additional detailed message

    Exception inner

    Inner exception occurred

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SharpSevenZipException()
      • SharpSevenZipException(SerializationInfo, StreamingContext)
      • SharpSevenZipException(string)
      • SharpSevenZipException(string, Exception)
      • SharpSevenZipException(string, string)
      • SharpSevenZipException(string, string, Exception)
    • Implements
    Back to top Copyright (C) Markovtsev Vadim 2009, 2010, Jérémy Ansel 2024