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