InvalidUdtException Klasa

Definicja

Zgłaszany, gdy SQL Server lub dostawca ADO.NET Microsoft.Data.SqlClient wykrywa nieprawidłowy typ zdefiniowany przez użytkownika (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
Dziedziczenie
InvalidUdtException
Atrybuty

Metody

Create(Type, String)

Utwórz nowy InvalidUdtException obiekt.

GetObjectData(SerializationInfo, StreamingContext)

Przesyła strumieniowo InvalidUdtException wszystkie właściwości do SerializationInfo klasy dla danej StreamingContextklasy .

Dotyczy