Share via


ServerException.ServerErrorDetails Property

Gets the detailed information about the exception on the server.

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 ServerErrorDetails As Object
    Get
'Usage
Dim instance As ServerException
Dim value As Object

value = instance.ServerErrorDetails
public Object ServerErrorDetails { get; }

Property Value

Type: System.Object
The detailed information about the exception on the server.

See Also

Reference

ServerException Class

ServerException Members

Microsoft.SharePoint.Client Namespace