ServerException.ServerErrorValue property
Gets possible additional information about the error code.
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 ServerException
Dim value As String
value = instance.ServerErrorValue
public string ServerErrorValue { get; }
Property value
Type: System.String
The additional information about the error code.