Partager via


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.String

    Le message d'erreur qui explique la raison de l'exception.

Voir aussi

Référence

SecureStoreServiceTargetApplicationNotFoundException classe

SecureStoreServiceTargetApplicationNotFoundException - Membres

SecureStoreServiceTargetApplicationNotFoundException - Surcharge

Microsoft.Office.SecureStoreService.Server - Espace de noms