InvalidUdtException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thrown when SQL Server or the ADO.NET Microsoft.Data.SqlClient provider detects an invalid user-defined type (UDT).
public sealed class InvalidUdtException : SystemException
[System.Serializable]
public sealed class InvalidUdtException : SystemException
type InvalidUdtException = class
inherit SystemException
[<System.Serializable>]
type InvalidUdtException = class
inherit SystemException
Public NotInheritable Class InvalidUdtException
Inherits SystemException
- Inheritance
-
InvalidUdtException
- Attributes
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Streams all the InvalidUdtException properties into the SerializationInfo class for the given StreamingContext. |