MetadataException - Constructeur (Type, IExceptionHelper)
Initialise une nouvelle instance de la classe avec le type d'objet métadonnées et une assistance de l'exception.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub New ( _
metadataObjectType As Type, _
exh As IExceptionHelper _
)
'Utilisation
Dim metadataObjectType As Type
Dim exh As IExceptionHelper
Dim instance As New MetadataException(metadataObjectType, _
exh)
public MetadataException(
Type metadataObjectType,
IExceptionHelper exh
)
Paramètres
metadataObjectType
Type : System.TypeLe type d'objet métadonnées.
exh
Type : Microsoft.BusinessData.Infrastructure.IExceptionHelperAssistance de l'exception qui facilite la localisation.