Subversion Repository Public Repository

insightly-api

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

Diff revisions: vs.
  @@ -2,10 +2,25 @@
2 2
3 3 namespace TS.Insightly.API.Exception
4 4 {
5 + /// <summary>
6 + /// Exception for Contact actions.
7 + /// </summary>
5 8 public class ContactException : System.Exception
6 9 {
10 + /// <summary>
11 + /// Gets or sets the original contact.
12 + /// </summary>
13 + /// <value>
14 + /// The original contact.
15 + /// </value>
7 16 public Contact OriginalContact { get; set; }
8 17
18 + /// <summary>
19 + /// Gets the detail exception.
20 + /// </summary>
21 + /// <value>
22 + /// The detail exception.
23 + /// </value>
9 24 public System.Exception DetailException
10 25 {
11 26 get