ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.SystemCore Namespace / SystemCoreException.SystemCoreExceptionType Enumeration

SystemCoreException.SystemCoreExceptionType Enumeration
Describes the different types of systemCore exceptions.
Syntax
public enum SystemCoreException.SystemCoreExceptionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
InvalidParameterException Indicates there is an invalid parameter passed to a FormatConversion function.
SystemCoreException Default exception.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.SystemCore.SystemCoreException.SystemCoreExceptionType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also