javazoom.jl.decoder.Decoder.newDecoderException C# (CSharp) Méthode

newDecoderException() protected méthode

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

Same methods

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