共用方式為


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
)

參數

  • metadataObjectType
    類型:System.Type

    中繼資料的物件類型。

請參閱

參照

MetadataException 類別

MetadataException 成員

MetadataException 多載

Microsoft.BusinessData.MetadataModel 命名空間