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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
comEx As COMException _
)
'Usage
Dim comEx As COMException
Dim instance As New SPQueryThrottledException(comEx)
public SPQueryThrottledException(
COMException comEx
)
Parameters
comEx
Type: System.Runtime.InteropServices.COMExceptionThe COM exception.
See Also
Reference
SPQueryThrottledException Class
SPQueryThrottledException Members