AdminException.Message Property

Gets or sets the exception message.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Common
Assembly:  Microsoft.SharePoint.Search.Extended.Administration.Common (in Microsoft.SharePoint.Search.Extended.Administration.Common.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Message As String
    Get
'Usage
Dim instance As AdminException
Dim value As String

value = instance.Message
public override string Message { get; }

Property Value

Type: System.String
The exception message.

Implements

_Exception.Message

Remarks

The message is created by using the MessageValues property and an external resource file, which contains a parameterized error message.

See Also

Reference

AdminException Class

AdminException Members

Microsoft.SharePoint.Search.Extended.Administration.Common Namespace