共用方式為


MetadataObjectNotFoundException 建構函式 (String, Type, String, IExceptionHelper)

建構新郵件、 與中繼資料物件類型、 搜尋準則的例外狀況協助類別的執行個體。

命名空間:  Microsoft.BusinessData.MetadataModel
組件:  Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    metadataObjectType As Type, _
    searchCriteria As String, _
    exh As IExceptionHelper _
)
'用途
Dim message As String
Dim metadataObjectType As Type
Dim searchCriteria As String
Dim exh As IExceptionHelper

Dim instance As New MetadataObjectNotFoundException(message, _
    metadataObjectType, searchCriteria, _
    exh)
public MetadataObjectNotFoundException(
    string message,
    Type metadataObjectType,
    string searchCriteria,
    IExceptionHelper exh
)

參數

  • metadataObjectType
    類型:System.Type

    中繼資料的物件類型。

請參閱

參照

MetadataObjectNotFoundException 類別

MetadataObjectNotFoundException 成員

MetadataObjectNotFoundException 多載

Microsoft.BusinessData.MetadataModel 命名空間