SecureStoreServiceTargetApplicationNotFoundException - Constructeur (String, Exception)
Initialise une nouvelle instance de la classe SecureStoreServiceTargetApplicationNotFoundException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.
Espace de noms : Microsoft.Office.SecureStoreService.Server
Assembly : Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.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 SecureStoreServiceTargetApplicationNotFoundException(message, _
innerException)
public SecureStoreServiceTargetApplicationNotFoundException(
string message,
Exception innerException
)
Paramètres
message
Type : System.StringLe message d'erreur qui explique la raison de l'exception.
innerException
Type : System.ExceptionL'exception qui a provoqué l' SecureStoreServiceTargetApplicationNotFoundException.
Voir aussi
Référence
SecureStoreServiceTargetApplicationNotFoundException classe
SecureStoreServiceTargetApplicationNotFoundException - Membres
SecureStoreServiceTargetApplicationNotFoundException - Surcharge