Skip to content

Commit 8faef07

Browse files
Fix XML doc comments for MaxPendingReads property exceptions
Agent-Logs-Url: https://github.com/sshnet/SSH.NET/sessions/b4b9b5e6-e214-41a2-9efd-0c2a63f65426 Co-authored-by: WojciechNagorski <17333903+WojciechNagorski@users.noreply.github.com>
1 parent 56f9e2a commit 8faef07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Renci.SshNet/ISftpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public interface ISftpClient : IBaseClient
6666
/// can prevent connection stalls when downloading larger files.
6767
/// </para>
6868
/// </remarks>
69-
/// <exception cref="ArgumentOutOfRangeException"><paramref name="value"/> is less than 1.</exception>
69+
/// <exception cref="ArgumentOutOfRangeException">The value is less than 1.</exception>
7070
/// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
7171
int MaxPendingReads { get; set; }
7272

src/Renci.SshNet/SftpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public uint BufferSize
134134
/// can prevent connection stalls when downloading larger files.
135135
/// </para>
136136
/// </remarks>
137-
/// <exception cref="ArgumentOutOfRangeException"><paramref name="value"/> is less than 1.</exception>
137+
/// <exception cref="ArgumentOutOfRangeException">The value is less than 1.</exception>
138138
/// <exception cref="ObjectDisposedException">The method was called after the client was disposed.</exception>
139139
public int MaxPendingReads
140140
{

0 commit comments

Comments
 (0)