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 ref class InvalidUdtException sealed : SystemException
[System.Serializable]
public sealed class InvalidUdtException : SystemException
public sealed class InvalidUdtException : SystemException
[<System.Serializable>]
type InvalidUdtException = class
inherit SystemException
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. |