Show / Hide Table of Contents

Namespace ICSharpCode.SharpZipLib

Classes

SharpZipBaseException

SharpZipBaseException is the base exception class for SharpZipLib. All library exceptions are derived from this.

StreamDecodingException

Indicates that an error occurred during decoding of a input stream due to corrupt data or (unintentional) library incompatibility.

StreamUnsupportedException

Indicates that the input stream could not decoded due to known library incompability or missing features

UnexpectedEndOfStreamException

Indicates that the input stream could not decoded due to the stream ending before enough data had been provided

ValueOutOfRangeException

Indicates that a value was outside of the expected range when decoding an input stream

In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors