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




In This Topic
    Value1 Property
    In This Topic
    Gets or sets integer data supplied to error code.
    Syntax
    'Declaration
     
    Public Property Value1 As Integer
    'Usage
     
    Dim instance As ImGearException
    Dim value As Integer
     
    instance.Value1 = value
     
    value = instance.Value1
    public int Value1 {get; set;}
    public: __property int get_Value1();
    public: __property void set_Value1( 
       int value
    );
    public:
    property int Value1 {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    Value meaning depends on the reason of exception.
    See Also