SecureStoreTargetApplicationNotFoundException - Constructeur (String, String)
Initialise une nouvelle instance de la classe avec un message d'erreur et l'identificateur (ID) de l'application cible.
Espace de noms : Microsoft.BusinessData.Infrastructure.SecureStore
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
targetAppId As String _
)
'Utilisation
Dim message As String
Dim targetAppId As String
Dim instance As New SecureStoreTargetApplicationNotFoundException(message, _
targetAppId)
public SecureStoreTargetApplicationNotFoundException(
string message,
string targetAppId
)
Paramètres
message
Type : System.StringLe message qui décrit l'erreur.
targetAppId
Type : System.StringL'identificateur d'application cible.
Voir aussi
Référence
SecureStoreTargetApplicationNotFoundException classe
SecureStoreTargetApplicationNotFoundException - Membres
SecureStoreTargetApplicationNotFoundException - Surcharge
Microsoft.BusinessData.Infrastructure.SecureStore - Espace de noms