InvalidMetadataPropertyException Constructor (Type, IExceptionHelper)

Constructs a new instance of the class by using the 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, _
    exh As IExceptionHelper _
)
'Usage
Dim metadataObjectType As Type
Dim exh As IExceptionHelper

Dim instance As New InvalidMetadataPropertyException(metadataObjectType, _
    exh)
public InvalidMetadataPropertyException(
    Type metadataObjectType,
    IExceptionHelper exh
)

Parameters

  • metadataObjectType
    Type: System.Type

    The metadata object type.

See Also

Reference

InvalidMetadataPropertyException Class

InvalidMetadataPropertyException Members

InvalidMetadataPropertyException Overload

Microsoft.BusinessData.MetadataModel Namespace