File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments