mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 17:32:44 +00:00
Make Response.Body readonly
This commit is contained in:
@@ -24,6 +24,15 @@ namespace Octokit
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructs an instance of NotFoundException
|
||||
/// </summary>
|
||||
/// <param name="message">The exception message</param>
|
||||
/// <param name="statusCode">The http status code returned by the response</param>
|
||||
public NotFoundException(string message, HttpStatusCode statusCode) : base(message, statusCode)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructs an instance of NotFoundException
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user