コード例 #1
0
 public ControlInvalidatedException(LabeledControl control, string message, Exception innerException) : base(message, innerException)
 {
     this.Control = control;
 }
コード例 #2
0
 public ControlInvalidatedException(LabeledControl control)
 {
     this.Control = control;
 }