C# Class GARCTool.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
Mostrar archivo Open project: kwsch/GARCTool

Public Methods

Method Description
StreamTooShortException ( ) : System

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
return System