Ejemplo n.º 1
0
 /// <summary>
 /// Constructs an ConnectionException with the specified Response.
 /// </summary>
 /// <param name="p">the Protocol object</param>
 /// <param name="r">the Response</param>
 public ConnectionException(Protocol p, Response r) : base(r)
 {
     this.p = p;
 }