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