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.
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.