AK.ESTooManyParametersException.ESTooManyParametersException C# (CSharp) Method

ESTooManyParametersException() public method

public ESTooManyParametersException ( string msg ) : System.Collections
msg string
return System.Collections
        public ESTooManyParametersException(string msg)
            : base(msg)
        {
        }
ESTooManyParametersException