Skip to content

Commit 7797330

Browse files
authored
Add missing docs for AsnContentException. (#4895)
1 parent 7707277 commit 7797330

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

xml/System.Formats.Asn1/AsnContentException.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>To be added.</summary>
17+
<summary>The exception that is thrown when an encoded ASN.1 value cannot be successfully decoded.</summary>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>
@@ -31,7 +31,7 @@
3131
</AssemblyInfo>
3232
<Parameters />
3333
<Docs>
34-
<summary>To be added.</summary>
34+
<summary>Initializes a new instance of the <see cref="T:System.Formats.Asn1.AsnContentException" /> class, using the default message.</summary>
3535
<remarks>To be added.</remarks>
3636
</Docs>
3737
</Member>
@@ -51,8 +51,8 @@
5151
<Parameter Name="message" Type="System.String" />
5252
</Parameters>
5353
<Docs>
54-
<param name="message">To be added.</param>
55-
<summary>To be added.</summary>
54+
<param name="message">The error message that explains the reason for the exception.</param>
55+
<summary>Initializes a new instance of the <see cref="T:System.Formats.Asn1.AsnContentException" /> class, using the provided message.</summary>
5656
<remarks>To be added.</remarks>
5757
</Docs>
5858
</Member>
@@ -73,9 +73,9 @@
7373
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
7474
</Parameters>
7575
<Docs>
76-
<param name="info">To be added.</param>
77-
<param name="context">To be added.</param>
78-
<summary>To be added.</summary>
76+
<param name="info">The object that holds the serialized object data.</param>
77+
<param name="context">The contextual information about the source or destination.</param>
78+
<summary>Initializes a new instance of the <see cref="T:System.Formats.Asn1.AsnContentException" /> class with serialized data.</summary>
7979
<remarks>To be added.</remarks>
8080
</Docs>
8181
</Member>
@@ -96,9 +96,9 @@
9696
<Parameter Name="inner" Type="System.Exception" />
9797
</Parameters>
9898
<Docs>
99-
<param name="message">To be added.</param>
100-
<param name="inner">To be added.</param>
101-
<summary>To be added.</summary>
99+
<param name="message">The error message that explains the reason for the exception.</param>
100+
<param name="inner">The exception that is the cause of the current exception.</param>
101+
<summary>Initializes a new instance of the <see cref="T:System.Formats.Asn1.AsnContentException" /> class, using the provided message and exception that is the cause of this exception.</summary>
102102
<remarks>To be added.</remarks>
103103
</Docs>
104104
</Member>

0 commit comments

Comments
 (0)