SPQueryThrottledException constructor
SharePoint 2013
Initializes a new instance of the SPQueryThrottleException class.
| Name | Description | |
|---|---|---|
|
SPQueryThrottledException() | Initializes a new instance of the SPQueryThrottleException class. |
|
SPQueryThrottledException(COMException) | Initializes a new instance of the SPQueryThrottleException class with an exception from a COM method call. |
|
SPQueryThrottledException(String) | Initializes a new instance of the SPQueryThrottleException class with a specified error message. |
|
SPQueryThrottledException(String, Exception) | Initializes a new instance of the SPQueryThrottleException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
SPQueryThrottledException(String, Int32) | Initializes a new instance of the SPQueryThrottleException class with a specified error message and an error code. |