Binboo.Core.Exceptions.InvalidCommandArgumentsException.InvalidCommandArgumentsException C# (CSharp) Method

InvalidCommandArgumentsException() public method

public InvalidCommandArgumentsException ( string msg ) : System
msg string
return System
        public InvalidCommandArgumentsException(string msg)
            : base(msg)
        {
        }

Same methods

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