Fixing up the defaults a bit

This commit is contained in:
Haacked
2013-10-18 11:33:21 -07:00
parent dcfeb9a9dd
commit f9089784f9
3 changed files with 44 additions and 2 deletions
+4
View File
@@ -24,6 +24,10 @@ namespace Octokit
"ForbiddenException created with wrong status code");
}
public override string Message
{
get { return ApiErrorMessageSafe ?? "Request Forbidden"; }
}
#if !NETFX_CORE
protected ForbiddenException(SerializationInfo info, StreamingContext context)