C# Class GARCTool.InputTooLargeException

An exception indicating that the file cannot be compressed, because the decompressed size cannot be represented in the current compression format.
Inheritance: System.Exception
Mostrar archivo Open project: kwsch/GARCTool

Public Methods

Method Description
InputTooLargeException ( ) : System

Creates a new exception that indicates that the input is too big to be compressed.

Method Details

InputTooLargeException() public method

Creates a new exception that indicates that the input is too big to be compressed.
public InputTooLargeException ( ) : System
return System