ItemNotFoundInMetadataStoreException constructeur (String, Exception)
Initialise une nouvelle instance de la classe ItemNotFoundInMetadataStoreException qui contient un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New ItemNotFoundInMetadataStoreException(message, innerException)
public ItemNotFoundInMetadataStoreException (
string message,
Exception innerException
)
public:
ItemNotFoundInMetadataStoreException (
String^ message,
Exception^ innerException
)
public ItemNotFoundInMetadataStoreException (
String message,
Exception innerException
)
public function ItemNotFoundInMetadataStoreException (
message : String,
innerException : Exception
)
Paramètres
- message
Message d'erreur qui indique la raison de l'exception.
- innerException
Exception qui a provoqué l'exception actuelle ou une Null quand aucune exception interne n'est spécifiée.
Voir aussi
Référence
Classe ItemNotFoundInMetadataStoreException
Membres ItemNotFoundInMetadataStoreException
Espace de noms Microsoft.Synchronization