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 785e8d9 commit 6724a7fCopy full SHA for 6724a7f
dotnet/src/webdriver/ICookieJar.cs
@@ -47,7 +47,7 @@ public interface ICookieJar
47
/// <param name="name">The name of the cookie to retrieve.</param>
48
/// <returns>The <see cref="Cookie"/> containing the name. Returns <see langword="null"/>
49
/// if no cookie with the specified name is found.</returns>
50
- /// <exception cref="ArgumentNullException">If <paramref name="name"/> is <see langword="null"/>.</exception>
+ /// <exception cref="ArgumentException">If <paramref name="name"/> is <see langword="null"/> or <see cref="string.Empty"/>.</exception>
51
Cookie? GetCookieNamed(string name);
52
53
/// <summary>
0 commit comments