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

In This Topic
    SystemCoreException.SystemCoreExceptionType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also