javazoom.jl.decoder.DecoderException.DecoderException C# (CSharp) Method

DecoderException() public method

public DecoderException ( System msg, System t ) : System
msg System
t System
return System
        public DecoderException(System.String msg, System.Exception t)
            : base(msg, t)
        {
            InitBlock();
        }

Same methods

DecoderException::DecoderException ( int errorcode, System t ) : System