MetadataException 建構函式 (String, Type, IExceptionHelper)
初始化新郵件、 中繼資料的物件類型,與例外狀況協助類別的執行個體。
命名空間: Microsoft.BusinessData.MetadataModel
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
metadataObjectType As Type, _
exh As IExceptionHelper _
)
'用途
Dim message As String
Dim metadataObjectType As Type
Dim exh As IExceptionHelper
Dim instance As New MetadataException(message, _
metadataObjectType, exh)
public MetadataException(
string message,
Type metadataObjectType,
IExceptionHelper exh
)
參數
message
類型:System.String訊息字串。
metadataObjectType
類型:System.Type中繼資料的物件類型。
exh
類型:Microsoft.BusinessData.Infrastructure.IExceptionHelper例外狀況協助人員,可以協助使用者已進行本地化。