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.
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
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace