SPException members
Include protected members
Include inherited members
Representa uma exceção em 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) | Reservado para uso interno. Inicializa uma nova instância da classe SPException . | |
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 | Obtém um inteiro que identifica a exceção. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Obtém a mensagem de erro de código nativo que está associada este objeto de SPException . | |
NativeStackTrace | Obtém o rastreamento de pilha de código nativo associado a este objeto de 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 | Salva informações sobre a exceção para serialização. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top