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
<paramname="info">The <seecref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
38
-
<paramname="context">The <seecref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
38
+
<paramname="info">The serialized object data about the exception being thrown.</param>
39
+
<paramname="context">An object that contains contextual information about the source or destination.</param>
39
40
<summary>Creates a new exception object with serialized data.</summary>
40
41
<remarks>To be added.</remarks>
41
-
<exceptioncref="T:System.ArgumentNullException">Thrown when <paramrefname="info" /> is <seelangword="null" />.</exception>
42
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="info" /> is <seelangword="null" />.</exception>
<paramname="info">The <seecref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
162
-
<paramname="context">The <seecref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
162
+
<paramname="info">The serialized object data about the exception being thrown.</param>
163
+
<paramname="context">An object that contains contextual information about the source or destination.</param>
163
164
<summary>Sets the <seecref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
164
165
<remarks>To be added.</remarks>
165
166
</Docs>
@@ -180,8 +181,8 @@ Note that the <xref:bytePositionInLine> counts the number of bytes (i.e. UTF-8 c
0 commit comments