Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Remarks
The message is created by using the MessageValues property and an external resource file, which contains a parameterized error message.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Common Namespace