Esempio n. 1
0
 public CommandNotInitializedException(CommandBase command, string argument) : base(command)
 {
     Argument = argument;
 }
Esempio n. 2
0
 public CommandNotInitializedException(string message, Exception innerException, CommandBase command, string argument) : base(message, innerException, command)
 {
     Argument = argument;
 }