Share via


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.

See also

Reference

ConsoleError class

ConsoleError members

Microsoft.SharePoint.Publishing.WebControls namespace