AK.ESTooManyParametersException.ESTooManyParametersException C# (CSharp) Метод

ESTooManyParametersException() публичный Метод

public ESTooManyParametersException ( string msg ) : System.Collections
msg string
Результат System.Collections
        public ESTooManyParametersException(string msg)
            : base(msg)
        {
        }
ESTooManyParametersException