Binboo.Core.Exceptions.InvalidCommandArgumentsException.InvalidCommandArgumentsException C# (CSharp) Méthode

InvalidCommandArgumentsException() public méthode

public InvalidCommandArgumentsException ( string msg ) : System
msg string
Résultat System
        public InvalidCommandArgumentsException(string msg)
            : base(msg)
        {
        }

Same methods

InvalidCommandArgumentsException::InvalidCommandArgumentsException ( string msg, Exception innerException ) : System
InvalidCommandArgumentsException