|
14 | 14 | </Base> |
15 | 15 | <Interfaces /> |
16 | 16 | <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> |
18 | 18 | <remarks>To be added.</remarks> |
19 | 19 | </Docs> |
20 | 20 | <Members> |
|
31 | 31 | </AssemblyInfo> |
32 | 32 | <Parameters /> |
33 | 33 | <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> |
35 | 35 | <remarks>To be added.</remarks> |
36 | 36 | </Docs> |
37 | 37 | </Member> |
|
51 | 51 | <Parameter Name="message" Type="System.String" /> |
52 | 52 | </Parameters> |
53 | 53 | <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> |
56 | 56 | <remarks>To be added.</remarks> |
57 | 57 | </Docs> |
58 | 58 | </Member> |
|
73 | 73 | <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" /> |
74 | 74 | </Parameters> |
75 | 75 | <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> |
79 | 79 | <remarks>To be added.</remarks> |
80 | 80 | </Docs> |
81 | 81 | </Member> |
|
96 | 96 | <Parameter Name="inner" Type="System.Exception" /> |
97 | 97 | </Parameters> |
98 | 98 | <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> |
102 | 102 | <remarks>To be added.</remarks> |
103 | 103 | </Docs> |
104 | 104 | </Member> |
|
0 commit comments