SecureStoreException - Constructeur (String, Exception)
Crée une nouvelle instance de la classe avec un message et une exception interne.
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 SecureStoreException(message, _
innerException)
public SecureStoreException(
string message,
Exception innerException
)
Paramètres
message
Type : System.StringLa chaîne du message.
innerException
Type : System.ExceptionL'objet exception interne.
Voir aussi
Référence
SecureStoreException - Membres
SecureStoreException - Surcharge
Microsoft.BusinessData.Infrastructure.SecureStore - Espace de noms