Share via


MetadataObjectNotFoundException Constructor (Type, String, IExceptionHelper)

Constructs a new instance of the class with a search criteria, a metadata object type, and an exception helper.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    metadataObjectType As Type, _
    searchCriteria As String, _
    exh As IExceptionHelper _
)
'Usage
Dim metadataObjectType As Type
Dim searchCriteria As String
Dim exh As IExceptionHelper

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

Parameters

  • metadataObjectType
    Type: System.Type

    The metadata object type.

See Also

Reference

MetadataObjectNotFoundException Class

MetadataObjectNotFoundException Members

MetadataObjectNotFoundException Overload

Microsoft.BusinessData.MetadataModel Namespace