SPAppInstanceErrorDetails members
The SPAppInstanceErrorDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAppInstanceErrorDetails | Initializes a new instance of the SpAppInstanceErrorDetails class. |
Top
Properties
Name | Description | |
---|---|---|
CorrelationId | Gets the correlation identifier of the error. | |
ErrorDetail | Gets a description of the error. | |
ErrorType | Gets the classification of the error. | |
ErrorTypeName | Gets the name of the type of the error. | |
ExceptionMessage | Gets the message from the exception encountered, if any. If there are no exceptions encountered, this property will be a null reference (Nothing in Visual Basic). | |
Source | Gets the source component of the error. | |
SourceName | Gets the name of the source component of the error. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top