Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InputValidationException" /> class. Show
 /// <see cref="InputValidationException" /> Error Message with an already constructed <see cref="WanderingTurtleException" /><paramref name="exception" />.
 /// </summary>
 /// <param name="exception"></param>
 public InputValidationException(WanderingTurtleException exception)
     : base(exception.CurrentControl, exception.Message, exception.Title)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InputValidationException" /> class. Show
 /// <see cref="InputValidationException" /> Error Message with an already constructed <see cref="WanderingTurtleException" /><paramref name="exception" />.
 /// </summary>
 /// <param name="exception"></param>
 public InputValidationException(WanderingTurtleException exception)
     : base(exception.CurrentControl, exception.Message, exception.Title)
 {
 }