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
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

Create(Type, String)

Create a new InvalidUdtException object.

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to