SPQueryThrottledException Constructor (String)
Initializes a new instance of the SPQueryThrottleException class with a specified error message.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SPQueryThrottledException(message)
public SPQueryThrottledException(
string message
)
Parameters
message
Type: System.StringThe message that describes the error.
See Also
Reference
SPQueryThrottledException Class
SPQueryThrottledException Members