KeyVaultReferenceException(String, Exception) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe System.Exception avec un message d’erreur spécifié et une référence à l’exception interne qui est à l’origine de cette exception.
public KeyVaultReferenceException (string message, Exception inner);
new Microsoft.Extensions.Configuration.AzureAppConfiguration.KeyVaultReferenceException : string * Exception -> Microsoft.Extensions.Configuration.AzureAppConfiguration.KeyVaultReferenceException
Public Sub New (message As String, inner As Exception)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
- inner
- Exception
Exception à l’origine de l’exception actuelle, ou référence null (Nothing en Visual Basic) si aucune exception interne n’est spécifiée. ///
S’applique à
Azure SDK for .NET