AppInstanceErrorDetails.ExceptionMessage property
Gets the message from the exception encountered, if any.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ExceptionMessage As String
Get
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As String
value = instance.ExceptionMessage
public string ExceptionMessage { get; }
Property value
Type: System.String
The message from the exception. If there are no exceptions encountered, this property returns a null reference (Nothing in Visual Basic).