Share via


DataSourceControlDisabledException constructor (String, Exception)

Reserved for internal use only.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    s As String, _
    inner As Exception _
)
'Usage
Dim s As String
Dim inner As Exception

Dim instance As New DataSourceControlDisabledException(s, inner)
public DataSourceControlDisabledException(
    string s,
    Exception inner
)

Parameters

See also

Reference

DataSourceControlDisabledException class

DataSourceControlDisabledException members

DataSourceControlDisabledException overload

Microsoft.SharePoint.WebPartPages namespace