ExceptionHandlingScope.ServerErrorValue Property

Gets the error value that corresponds to the exception that occurs in the try scope.

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

See Also

Reference

ExceptionHandlingScope Class

ExceptionHandlingScope Members

Microsoft.SharePoint.Client Namespace