DataSourceView::RaiseUnsupportedCapabilityError Method
Called by the RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an ExecuteSelect operation against those that the view supports.
Assembly: System.Web (in System.Web.dll)
protected public: virtual void RaiseUnsupportedCapabilityError( DataSourceCapabilities capability )
Parameters
- capability
- Type: System.Web.UI::DataSourceCapabilities
One of the DataSourceCapabilities values that is compared against the capabilities that the view supports.
| Exception | Condition |
|---|---|
| NotSupportedException | The data source view does not support the data source capability specified. |
The RaiseUnsupportedCapabilityError method is used by the data source view to examine each of the capabilities requested by a data-bound control, represented by the DataSourceSelectArguments object passed to the Select method, and compare it to the capabilities supported by the data source view.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.