CSJ2K.j2k.codestream.CorruptedCodestreamException.CorruptedCodestreamException C# (CSharp) Метод

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

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

Same methods

CorruptedCodestreamException::CorruptedCodestreamException ( ) : System
CorruptedCodestreamException