public ControlInvalidatedException(LabeledControl control, string message, Exception innerException) : base(message, innerException)
 {
     this.Control = control;
 }
 public ControlInvalidatedException(LabeledControl control)
 {
     this.Control = control;
 }