diff --git a/Octokit/Exceptions/ApiException.cs b/Octokit/Exceptions/ApiException.cs
index 9e9150ee..b414a246 100644
--- a/Octokit/Exceptions/ApiException.cs
+++ b/Octokit/Exceptions/ApiException.cs
@@ -6,6 +6,9 @@ using Octokit.Internal;
namespace Octokit
{
+ ///
+ /// Represents errors that occur from the GitHub API.
+ ///
#if !NETFX_CORE
[Serializable]
#endif
@@ -16,25 +19,47 @@ namespace Octokit
// This needs to be hard-coded for translating GitHub error messages.
static readonly IJsonSerializer _jsonSerializer = new SimpleJsonSerializer();
+ ///
+ /// Constructs an instance of ApiException
+ ///
public ApiException() : this(new ApiResponse