ExceptionHandlingScope.ServerErrorValue property
Gets the error value that corresponds to the exception that occurs in the try scope.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ServerErrorValue As String
Get
'Usage
Dim instance As ExceptionHandlingScope
Dim value As String
value = instance.ServerErrorValue
public string ServerErrorValue { get; }
Property value
Type: System.String
The error value.
Remarks
This property will be empty or null if the server has disabled the stack trace.