We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3280ab commit 0ed7b0aCopy full SHA for 0ed7b0a
src/RestSharp/RestResponse.cs
@@ -127,7 +127,7 @@ public string Content
127
/// <summary>
128
/// The exception thrown during the request, if any
129
/// </summary>
130
- public Exception ErrorException { get; set; }
+ public Exception? ErrorException { get; set; }
131
132
133
/// The HTTP protocol version (1.0, 1.1, etc)
0 commit comments