Share via


ResourceStoreCOM.GetErrorMessage Method

Returns an error message. May be used to see the error message if an operation fails.

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

Syntax

'Declaration
Public Function GetErrorMessage As String
'Usage
Dim instance As ResourceStoreCOM
Dim returnValue As String

returnValue = instance.GetErrorMessage()
public string GetErrorMessage()

Return Value

Type: System.String
The error message describing the last error, or [null] if no error has occurred.

Implements

IResourceStoreCOM.GetErrorMessage()

See Also

Reference

ResourceStoreCOM Class

ResourceStoreCOM Members

Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace