InvalidUdtException.Create(Type, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 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
參數
傳回
新的 InvalidUdtException 物件。
備註
這個方法查閱類似 「『{0}的當地語系化字串是無效的使用者定義類型、原因: {1}.」。,並依 udtType
序填入並 resourceReason
解析的值。
重要
此函式會公開回溯相容性,而且應該搭配參數的 resourceReason
預設值使用。