Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / CompressionInternalException Class
Members


In This Topic
    CompressionInternalException Class
    In This Topic
    Exception that is thrown when something unexpected occurs while compressing or decompressing data.
    Syntax
    'Declaration
     
    Public Class CompressionInternalException 
       Inherits CompressionException
       Implements System.Runtime.InteropServices._ExceptionSystem.Runtime.Serialization.ISerializable 
    'Usage
     
    Dim instance As CompressionInternalException
    Remarks

    This exception means that there was an internal failure in the library, and that nothing could be done to prevent it. Such failures should never occur.

    To get more details about what went wrong, you can inspect the System.Exception.InnerException property. It is a reference to the exception that caused the internal failure.

    If you ever catch this exception in your code, please contact Xceed Software Technical Support immediately.

    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.IO.IOException
                Xceed.Compression.CompressionException
                   Xceed.Compression.CompressionInternalException

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also