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
Показать файл Открыть проект

Открытые методы

Метод Описание
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