[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.CorruptedCodestreamException

CorruptedCodestreamException Class

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.

Inheritance
CorruptedCodestreamException
Namespace: CSJ2K.j2k.codestream
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class CorruptedCodestreamException : IOException, ISerializable, _Exception

Constructors

Name Description
CorruptedCodestreamException()

Constructs a new CorruptedCodestreamException exception with no detail message.

CorruptedCodestreamException(string)

Constructs a new CorruptedCodestreamException exception with the specified detail message.