ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearException Class / ErrorCode Property




In This Topic
    ErrorCode Property (ImGearException)
    In This Topic
    Gets or sets error code from ImGearErrorCodes enumeration.
    Syntax
    'Declaration
     
    Public Property ErrorCode As ImGearErrorCodes
    'Usage
     
    Dim instance As ImGearException
    Dim value As ImGearErrorCodes
     
    instance.ErrorCode = value
     
    value = instance.ErrorCode
    public ImGearErrorCodes ErrorCode {get; set;}
    public: __property ImGearErrorCodes get_ErrorCode();
    public: __property void set_ErrorCode( 
       ImGearErrorCodes value
    );
    public:
    property ImGearErrorCodes ErrorCode {
       ImGearErrorCodes get();
       void set (    ImGearErrorCodes value);
    }

    Property Value

    ImGearErrorCodes enumeration value.
    Remarks
    Returns or updates the code of the error that occured.
    See Also