C# Class Automobile.Mobile.Framework.Commands.CommandException

Inheritance: System.Exception
Show file Open project: vistaprint/automobile

Public Properties

Property Type Description
Command Command

Public Methods

Method Description
CommandException ( Command command, string mesg ) : System

Method Details

CommandException() public method

public CommandException ( Command command, string mesg ) : System
command Command
mesg string
return System

Property Details

Command public property

public Command Command
return Command