Accusoft.ImagXpress13.Net
Number Property




Gets the numerical equivalent for enumerated exception result.
Syntax
'Declaration
 
Public ReadOnly Property Number As Integer
'Usage
 
Dim instance As ImagXpressException
Dim value As Integer
 
value = instance.Number
public int Number {get;}
public: __property int get_Number();
public:
property int Number {
   int get();
}

Property Value

An integer value which represents the error number for the exception.
Remarks

To get the result of the exception, use the Result property.

See Also

Reference

ImagXpressException Class
ImagXpressException Members
Result Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback