SPAppInstanceErrorDetails.ErrorDetail property
Gets a description of the error.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<IgnoreDataMemberAttribute> _
Public ReadOnly Property ErrorDetail As String
Get
'Usage
Dim instance As SPAppInstanceErrorDetails
Dim value As String
value = instance.ErrorDetail
[IgnoreDataMemberAttribute]
public string ErrorDetail { get; }
Property value
Type: System.String
See also
Reference
SPAppInstanceErrorDetails class