예제 #1
0
 public CommandNotInitializedException(CommandBase command, string argument) : base(command)
 {
     Argument = argument;
 }
예제 #2
0
 public CommandNotInitializedException(string message, Exception innerException, CommandBase command, string argument) : base(message, innerException, command)
 {
     Argument = argument;
 }