ImageGear for .NET
Value2 Property




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

Property Value

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

Reference

ImGearException Class
ImGearException Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback