C# Класс CSJ2K.j2k.codestream.CorruptedCodestreamException

This exception is thrown whenever an illegal value is read from a bit stream. The cause can be either a corrupted bit stream, or a a bit stream which is illegal.
Наследование: System.IO.IOException
Показать файл Открыть проект

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

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

Constructs a new CorruptedCodestreamException exception with no detail message.

CorruptedCodestreamException ( System s ) : System

Constructs a new CorruptedCodestreamException exception with the specified detail message.

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

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

Constructs a new CorruptedCodestreamException exception with no detail message.
public CorruptedCodestreamException ( ) : System
Результат System

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

Constructs a new CorruptedCodestreamException exception with the specified detail message.
public CorruptedCodestreamException ( System s ) : System
s System The detail message. /// ///
Результат System