SPQueryThrottledException members
The exception that is thrown when the attempted operation exceeds the list view threshold set by an administrator.
The SPQueryThrottledException type exposes the following members.
Constructors
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. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Gets the native code error message that is associated with this SPException object. (Inherited from SPException.) | |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Saves information about the exception for serialization. (Inherited from SPException.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top