예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ErrorEventArgs"/> class.
 /// </summary>
 /// <param name="exception">The exception.</param>
 public ErrorEventArgs(HttpException exception)
 {
     this.exception = exception;
     this.handled = false;
 }