DataSourceControlDisabledException - Constructeur (String, Exception)
Réservée pour un usage interne uniquement.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
s As String, _
inner As Exception _
)
'Utilisation
Dim s As String
Dim inner As Exception
Dim instance As New DataSourceControlDisabledException(s, inner)
public DataSourceControlDisabledException(
string s,
Exception inner
)
Paramètres
- s
Type : System.String
- inner
Type : System.Exception
Voir aussi
Référence
DataSourceControlDisabledException classe
DataSourceControlDisabledException - Membres