Partager via


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

Voir aussi

Référence

SecureStoreException classe

SecureStoreException - Membres

SecureStoreException - Surcharge

Microsoft.BusinessData.Infrastructure.SecureStore - Espace de noms