You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/ToBase64Transform.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -732,13 +732,13 @@ For more information about `Dispose` and `Finalize`, see [Cleaning Up Unmanaged
732
732
</remarks>
733
733
<exceptioncref="T:System.ObjectDisposedException">The current <seecref="T:System.Security.Cryptography.ToBase64Transform" /> object has already been disposed.</exception>
734
734
<exceptioncref="T:System.Security.Cryptography.CryptographicException">The data size is not valid.</exception>
735
-
<exceptioncref="T:System.ArgumentException">The <paramrefname="inputBuffer" /> parameter contains an invalid offset length.
735
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="inputOffset" /> parameter contains an invalid offset length.
736
736
737
737
-or-
738
738
739
739
The <paramrefname="inputCount" /> parameter contains an invalid value.</exception>
740
740
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="inputBuffer" /> parameter is <seelangword="null" />.</exception>
741
-
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="inputBuffer" /> parameter requires a non-negative number.</exception>
741
+
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="inputCount" /> parameter requires a non-negative number and less than or equal to the length of <paramrefname="inputBuffer"/>.</exception>
@@ -812,13 +812,13 @@ For more information about `Dispose` and `Finalize`, see [Cleaning Up Unmanaged
812
812
]]></format>
813
813
</remarks>
814
814
<exceptioncref="T:System.ObjectDisposedException">The current <seecref="T:System.Security.Cryptography.ToBase64Transform" /> object has already been disposed.</exception>
815
-
<exceptioncref="T:System.ArgumentException">The <paramrefname="inputBuffer" /> parameter contains an invalid offset length.
815
+
<exceptioncref="T:System.ArgumentException">The <paramrefname="inputOffset" /> parameter contains an invalid offset length.
816
816
817
817
-or-
818
818
819
819
The <paramrefname="inputCount" /> parameter contains an invalid value.</exception>
820
820
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="inputBuffer" /> parameter is <seelangword="null" />.</exception>
821
-
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="inputBuffer" /> parameter requires a non-negative number.</exception>
821
+
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="inputCount" /> parameter requires a non-negative number and less than or equal to the length of <paramrefname="inputBuffer"/>.</exception>
0 commit comments