Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions xml/System.Formats.Asn1/ValueAsnReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -830,19 +830,19 @@
The encoded value is too big to fit in a <paramref name="flagsEnumType" /> value.
</exception>
<exception cref="T:System.ArgumentException">
<paramref name="flagsEnumType" /> is not an enum type.
-or-
<paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" />
-or-
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is
<see cref="F:System.Formats.Asn1.TagClass.Universal" />, but
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>
<paramref name="flagsEnumType" /> is not an enum type test.

-or-

<paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" />

-or-

<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is
<see cref="F:System.Formats.Asn1.TagClass.Universal" />, but
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="flagsEnumType" /> is <see langword="null" /></exception>
<altmember cref="M:System.Formats.Asn1.ValueAsnReader.ReadNamedBitListValue``1(System.Nullable{System.Formats.Asn1.Asn1Tag})" />
Expand Down
Loading