1 instantiation of InvalidUdtException
System.Data (1)
fx\src\data\System\Data\Sql\invalidudtexception.cs (1)
42InvalidUdtException e = new InvalidUdtException(message);
4 references to InvalidUdtException
System.Data (4)
fx\src\data\System\Data\Sql\invalidudtexception.cs (2)
39internal static InvalidUdtException Create(Type udtType, string resourceReason) { 42InvalidUdtException e = new InvalidUdtException(message);
fx\src\data\System\Data\Sql\sqlser.cs (1)
118throw InvalidUdtException.Create(t, Res.SqlUdtReason_NoUdtAttribute);
fx\src\data\System\Data\SqlClient\SqlUdtInfo.cs (1)
49throw InvalidUdtException.Create(target, Res.SqlUdtReason_NoUdtAttribute);