Utility.LogCustomRemoteAppError(ClientRuntimeContext, Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Utilities.LogAppErrorResult> LogCustomRemoteAppError (Microsoft.SharePoint.Client.ClientRuntimeContext context, Guid productId, string error);
static member LogCustomRemoteAppError : Microsoft.SharePoint.Client.ClientRuntimeContext * Guid * string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Utilities.LogAppErrorResult>
Public Shared Function LogCustomRemoteAppError (context As ClientRuntimeContext, productId As Guid, error As String) As ClientResult(Of LogAppErrorResult)
Parameters
- context
- ClientRuntimeContext
- productId
- Guid
- error
- String
Returns
- Attributes