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
)
參數
message
類型:System.String訊息字串。
metadataObjectType
類型:System.Type中繼資料的物件類型。
searchCriteria
類型:System.String搜尋準則。
exh
類型:Microsoft.BusinessData.Infrastructure.IExceptionHelper例外狀況協助人員,可以協助使用者已進行本地化。
請參閱
參照
MetadataObjectNotFoundException 類別
MetadataObjectNotFoundException 成員