ArcGIS Pro 2.6 API Reference Guide
SystemCoreException.SystemCoreExceptionType Enumeration

ArcGIS.Core.SystemCore Namespace : SystemCoreException.SystemCoreExceptionType Enumeration
Describes the different types of systemCore exceptions.
Syntax
public enum SystemCoreException.SystemCoreExceptionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum SystemCoreException.SystemCoreExceptionType 
   Inherits System.Enum
   Implements 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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.SystemCore Namespace