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

    Exception class for LZMA operations.

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

    Constructors

    | Edit this page View Source

    LzmaException()

    Initializes a new instance of the LzmaException class

    Declaration
    public LzmaException()
    | Edit this page View Source

    LzmaException(SerializationInfo, StreamingContext)

    Initializes a new instance of the LzmaException class

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

    LzmaException(string)

    Initializes a new instance of the LzmaException class

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

    Additional detailed message

    | Edit this page View Source

    LzmaException(string, Exception)

    Initializes a new instance of the LzmaException class

    Declaration
    public LzmaException(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 = "Specified stream is not a valid LZMA compressed stream!"
    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