InvalidUdtException.Create(Type, String) 方法

定义

创建新 InvalidUdtException 对象。

public static Microsoft.SqlServer.Server.InvalidUdtException Create (Type udtType, string resourceReason = "SqlUdtReason_NoUdtAttribute");
static member Create : Type * string -> Microsoft.SqlServer.Server.InvalidUdtException
Public Shared Function Create (udtType As Type, Optional resourceReason As String = "SqlUdtReason_NoUdtAttribute") As InvalidUdtException

参数

udtType
Type

Type 对象。

resourceReason
String

表示 String 字符串资源中的字符串的对象。 默认值为 SqlUdtReason_NoUdtAttribute ,它查找类似于“无 UDT 属性”的本地化字符串。

返回

一个新 InvalidUdtException 对象。

注解

此方法查找类似于“'{0}'是无效的用户定义类型,原因:{1}.”的本地化字符串,并按和解析值的顺序udtTyperesourceReason填充它。

重要

此函数公开是为了向后兼容,应与 参数的默认值一 resourceReason 起使用。

适用于