javazoom.jl.decoder.Decoder.newDecoderException C# (CSharp) Method

newDecoderException() protected method

protected newDecoderException ( int errorcode ) : DecoderException
errorcode int
return DecoderException
        protected internal virtual DecoderException newDecoderException(int errorcode)
        {
            return new DecoderException(errorcode, null);
        }

Same methods

Decoder::newDecoderException ( int errorcode, System throwable ) : DecoderException