ArcGIS Pro 3.7 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 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable 
    public enum SystemCoreException.SystemCoreExceptionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable  
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also