C# Class ThemeEditor.Common.Compression.StreamTooShortException

An exception thrown by the compression or decompression function, indicating that the given input length was too large for the given input stream.
Inheritance: System.IO.EndOfStreamException
Show file Open project: usagirei/3DS-Theme-Editor

Public Methods

Method Description
StreamTooShortException ( ) : System.IO

Creates a new exception that indicates that the stream was shorter than the given input length.

Method Details

StreamTooShortException() public method

Creates a new exception that indicates that the stream was shorter than the given input length.
public StreamTooShortException ( ) : System.IO
return System.IO