Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<IgnoreDataMemberAttribute> _
Public ReadOnly Property ExceptionMessage As String
Get
'Usage
Dim instance As SPAppInstanceErrorDetails
Dim value As String
value = instance.ExceptionMessage
[IgnoreDataMemberAttribute]
public string ExceptionMessage { get; }
Property value
Type: System.String
See also
Reference
SPAppInstanceErrorDetails class