SPException Members
Include Protected Members
Include Inherited Members
Represents an exception in Microsoft SharePoint Foundation.
The SPException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPException() | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
SPException(COMException) | Reserved for internal use. Initializes a new instance of the SPException class. |
![]() |
SPException(String) | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
SPException(SerializationInfo, StreamingContext) | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
SPException(String, Exception) | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
SPException(String, Int32) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ErrorCode | Gets an integer that identifies the exception. |
![]() |
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. |
![]() |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. |
![]() |
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. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top