C# Class ThemeEditor.Common.Compression.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
Show file Open project: usagirei/3DS-Theme-Editor

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