Skip to content

Commit

Permalink
Remove OverflowException for ReadCborNegativeIntegerRepresentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Oct 4, 2024
1 parent 0b0637e commit 0ab7efe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public ulong ReadUInt64()
/// <summary>Reads the next data item as a CBOR negative integer representation (major type 1).</summary>
/// <returns>An unsigned integer denoting -1 minus the integer.</returns>
/// <exception cref="InvalidOperationException">The next data item does not have the correct major type.</exception>
/// <exception cref="OverflowException">The encoded integer is out of range for <see cref="uint" />.</exception>
/// <exception cref="CborContentException"><para>The next value has an invalid CBOR encoding.</para>
/// <para>-or-</para>
/// <para>There was an unexpected end of CBOR encoding data.</para>
Expand Down

0 comments on commit 0ab7efe

Please sign in to comment.