[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.CorruptedCodestreamException.-ctor

CorruptedCodestreamException Constructor

CorruptedCodestreamException()

Constructs a new CorruptedCodestreamException exception with no detail message.

Declaration
public CorruptedCodestreamException()

CorruptedCodestreamException(string)

Constructs a new CorruptedCodestreamException exception with the specified detail message.

Declaration
public CorruptedCodestreamException(string s)
Parameters
Type Name Description
string s

The detail message.