AK.ESTooManyParametersException.ESTooManyParametersException C# (CSharp) Méthode

ESTooManyParametersException() public méthode

public ESTooManyParametersException ( string msg ) : System.Collections
msg string
Résultat System.Collections
        public ESTooManyParametersException(string msg)
            : base(msg)
        {
        }
ESTooManyParametersException