ServerException.ServerErrorValue Property
Gets possible additional information about the error code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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.