ConsoleError.Message Property
Message for the user, including a description or additional details about the error that occurred.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Message As String
Get
'Usage
Dim instance As ConsoleError
Dim value As String
value = instance.Message
public string Message { get; }
Property Value
Type: System.String
A string that represents a message for the user.