Share via


SPAppInstanceErrorDetails.ExceptionMessage property

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

SPAppInstanceErrorDetails members

Microsoft.SharePoint.Administration namespace