-
Notifications
You must be signed in to change notification settings - Fork 299
/
Copy pathInvalidUdtException.xml
22 lines (20 loc) · 1.16 KB
/
InvalidUdtException.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<docs>
<members name="InvalidUdtException">
<InvalidUdtException>
<summary>Thrown when SQL Server or the ADO.NET <see cref="N:Microsoft.Data.SqlClient" /> provider detects an invalid user-defined type (UDT).</summary>
<remarks>To be added.</remarks>
</InvalidUdtException>
<GetObjectData>
<param name="si">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
<summary>Streams all the <see cref="T:Microsoft.Data.SqlClient.Server.InvalidUdtException" /> properties into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> class for the given <see cref="T:System.Runtime.Serialization.StreamingContext" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This method is present in the <xref:Microsoft.Data.SqlClient.Server.InvalidUdtException> class to make the class serializable.
]]></format>
</remarks>
</GetObjectData>
</members>
</docs>