ServerException.ServerErrorTraceCorrelationId property
Gets the trace correlation ID for the current server exception.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ServerErrorTraceCorrelationId As String
Get
'Usage
Dim instance As ServerException
Dim value As String
value = instance.ServerErrorTraceCorrelationId
public string ServerErrorTraceCorrelationId { get; }
Property value
Type: System.String
The string representation of the correlation ID in the trace log associated with the server exception.