Subversion Repository Public Repository

insightly-api

Diff Revisions 8 vs 9 for /trunk/Insightly/Exception/ResponseException.cs

Diff revisions: vs.
  @@ -26,6 +26,11 @@
26 26 {
27 27 }
28 28
29 + /// <summary>
30 + /// Initializes a new instance of the <see cref="ResponseException"/> class.
31 + /// </summary>
32 + /// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
33 + /// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
29 34 protected ResponseException(
30 35 SerializationInfo info,
31 36 StreamingContext context) : base(info, context)