InvalidUdtException
Thrown when SQL Server or the ADO.NET SqlClient provider detects an invalid user-defined type (UDT).
using System;
namespace Microsoft.SqlServer.Server
{
public sealed class InvalidUdtException : SystemException
{
internal InvalidUdtException()
{
}
}
}