Share via


ExceptionHandlingScope.ServerErrorTypeName property

Gets the type name, such as System.ArgumentException, of the exception.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property ServerErrorTypeName As String
    Get
'Usage
Dim instance As ExceptionHandlingScope
Dim value As String

value = instance.ServerErrorTypeName
public string ServerErrorTypeName { get; }

Property value

Type: System.String
String

See also

Reference

ExceptionHandlingScope class

ExceptionHandlingScope members

Microsoft.SharePoint.Client namespace