MetadataException.HasExplicitMessage property
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.