Utility.LogCustomAppError(ClientRuntimeContext, 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> LogCustomAppError (Microsoft.SharePoint.Client.ClientRuntimeContext context, string error);
static member LogCustomAppError : Microsoft.SharePoint.Client.ClientRuntimeContext * string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Utilities.LogAppErrorResult>
Public Shared Function LogCustomAppError (context As ClientRuntimeContext, error As String) As ClientResult(Of LogAppErrorResult)
Parameters
- context
- ClientRuntimeContext
- error
- String
Returns
- Attributes