Compartir a través de


(String, Type, IExceptionHelper) del constructor MissingMetadataPropertyException

Inicializa una nueva instancia de la clase con un mensaje, el tipo de objeto de metadatos y una ayuda de excepciones.

Espacio de nombres:  Microsoft.BusinessData.MetadataModel
Ensamblado:  Microsoft.BusinessData (en Microsoft.BusinessData.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    metadataObjectType As Type, _
    exh As IExceptionHelper _
)
'Uso
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
)

Parámetros

  • metadataObjectType
    Tipo: System.Type

    El tipo de objeto de metadatos.

Vea también

Referencia

clase MissingMetadataPropertyException

Miembros MissingMetadataPropertyException

Sobrecarga MissingMetadataPropertyException

Espacio de nombres Microsoft.BusinessData.MetadataModel