Share via


InvalidUdtException Class

Definition

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

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Streams all the InvalidUdtException properties into the SerializationInfo class for the given StreamingContext.

Applies to