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