RemoteSharepointException.RemoteSharepointExceptionMessage method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function RemoteSharepointExceptionMessage ( _
exType As RemoteSharepointException.RemoteSharePointExceptionType, _
exMessage As String _
) As String
'Usage
Dim exType As RemoteSharepointException.RemoteSharePointExceptionType
Dim exMessage As String
Dim returnValue As String
returnValue = RemoteSharepointException.RemoteSharepointExceptionMessage(exType, _
exMessage)
public static string RemoteSharepointExceptionMessage(
RemoteSharepointException.RemoteSharePointExceptionType exType,
string exMessage
)
Parameters
- exType
Type: Microsoft.Office.Server.Search.Query.RemoteSharepointException.RemoteSharePointExceptionType
- exMessage
Type: System.String
Return value
Type: System.String
See also
Reference
RemoteSharepointException class