MetadataObjectNotFoundException - Constructeur (String, Exception, Type, String, IExceptionHelper)
Crée une nouvelle instance de la classe avec un message, l'exception interne, le type d'objet de métadonnées, les critères de recherche 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 ( _
message As String, _
inner As Exception, _
metadataObjectType As Type, _
searchCriteria As String, _
exh As IExceptionHelper _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim metadataObjectType As Type
Dim searchCriteria As String
Dim exh As IExceptionHelper
Dim instance As New MetadataObjectNotFoundException(message, _
inner, metadataObjectType, searchCriteria, _
exh)
public MetadataObjectNotFoundException(
string message,
Exception inner,
Type metadataObjectType,
string searchCriteria,
IExceptionHelper exh
)
Paramètres
message
Type : System.StringLa chaîne du message.
inner
Type : System.ExceptionException interne qui a provoqué cette exception.
metadataObjectType
Type : System.TypeLe type d'objet métadonnées.
searchCriteria
Type : System.StringLes critères de recherche.
exh
Type : Microsoft.BusinessData.Infrastructure.IExceptionHelperAssistance de l'exception qui facilite la localisation.
Voir aussi
Référence
MetadataObjectNotFoundException classe
MetadataObjectNotFoundException - Membres