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="si">The <seecref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
144
-
<paramname="context">The <seecref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
145
-
<summary>Sets the <seecref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
146
-
<remarks>
147
-
<formattype="text/markdown"><![CDATA[
148
-
149
-
## Remarks
150
-
`GetObjectData` sets a `SerializationInfo` with all the exception object data targeted for serialization. During deserialization, the exception is reconstituted from the `SerializationInfo` transmitted over the stream.
151
-
152
-
]]></format>
153
-
</remarks>
154
-
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="si" /> parameter is a null reference (<seelangword="Nothing" /> in Visual Basic).</exception>
0 commit comments