Noemax DotNetGZip Report an issue | Discuss in forums
InvalidInputException Class
See Also  Members  
Noemax.GZip Assembly > Noemax.GZip Namespace : InvalidInputException Class



The exception that is thrown when a compressed input stream is in an invalid format.


Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)

Syntax

Visual Basic (Declaration) 
Public Class InvalidInputException 
   Inherits IOException
Visual Basic (Usage)Copy Code
Dim instance As InvalidInputException
C# 
public class InvalidInputException : IOException 
C++/CLI 
public ref class InvalidInputException : public IOException 

Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.IO.IOException
            Noemax.GZip.InvalidInputException

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also