ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Geometry.Exceptions Namespace / JsonException Class / ExceptionType Property
Version

ExceptionType Property (JsonException)
Gets the type of the exception. Always returns GeometryException.GeometryExceptionType.JsonException.
Syntax
public override GeometryException.GeometryExceptionType ExceptionType {get;}

Property Value

GeometryException.GeometryExceptionType.JsonException
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.0 or higher.
See Also