C# 클래스 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.
상속: System.Exception
파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

공개 메소드들

메소드 설명
InputTooLargeException ( ) : System

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

메소드 상세

InputTooLargeException() 공개 메소드

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