Share via


MissingMetadataPropertyException Constructor (String, Type, IExceptionHelper)

Initializes a new instance of the class with a message, the metadata object type, and an exception helper.

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

Syntax

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

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

Parameters

  • metadataObjectType
    Type: System.Type

    The metadata object type.

See Also

Reference

MissingMetadataPropertyException Class

MissingMetadataPropertyException Members

MissingMetadataPropertyException Overload

Microsoft.BusinessData.MetadataModel Namespace