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 a value that indicates whether the exception has an explicit message.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasExplicitMessage As Boolean
Get
'Usage
Dim instance As MetadataException
Dim value As Boolean
value = instance.HasExplicitMessage
public bool HasExplicitMessage { get; }
Property Value
Type: System.Boolean
true if the exception has an explicit message, otherwise, false.