Automobile.Mobile.Framework.Commands.CommandException.CommandException C# (CSharp) Method

CommandException() public method

public CommandException ( Command command, string mesg ) : System
command Command
mesg string
return System
        public CommandException(Command command, string mesg)
            : base(mesg)
        {
            Command = command;
        }
CommandException