C# Класс 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.
Наследование: System.IO.EndOfStreamException
Показать файл Открыть проект

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

Метод Описание
StreamTooShortException ( ) : System

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

Описание методов

StreamTooShortException() публичный Метод

Creates a new exception that indicates that the stream was shorter than the given input length.
public StreamTooShortException ( ) : System
Результат System