MetadataException.Message Property
Gets or sets the exception message.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As MetadataException
Dim value As String
value = instance.Message
public override string Message { get; }
Property Value
Type: System.String
The message string.