DataSourceControlDisabledException constructor (String, Exception)
Reservado para uso interno apenas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Sub New ( _
s As String, _
inner As Exception _
)
'Uso
Dim s As String
Dim inner As Exception
Dim instance As New DataSourceControlDisabledException(s, inner)
public DataSourceControlDisabledException(
string s,
Exception inner
)
Parâmetros
- s
Type: System.String
- inner
Type: System.Exception
Ver também
Referência
DataSourceControlDisabledException class
DataSourceControlDisabledException members