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
Afficher le fichier Open project: kwsch/GARCTool

Méthodes publiques

Méthode Description
StreamTooShortException ( ) : System

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

Method Details

StreamTooShortException() public méthode

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