SPQueryThrottledException constructor (COMException)

Initializes a new instance of the SPQueryThrottleException class with an exception from a COM method call.

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

Syntax

'Declaration
Public Sub New ( _
    comEx As COMException _
)
'Usage
Dim comEx As COMException

Dim instance As New SPQueryThrottledException(comEx)
public SPQueryThrottledException(
    COMException comEx
)

Parameters

See also

Reference

SPQueryThrottledException class

SPQueryThrottledException members

SPQueryThrottledException overload

Microsoft.SharePoint namespace