ScanFix Xpress v9.0 for .NET - Updated
Number Property




Accusoft.ScanFixXpressSdk Namespace > ScanFixException Class : Number Property
Gets the error number
Syntax
'Declaration
 
Public ReadOnly Property Number As Integer
'Usage
 
Dim instance As ScanFixException
Dim value As Integer
 
value = instance.Number
public int Number {get;}
public: __property int get_Number();
public:
property int Number {
   int get();
}

Property Value

A specific integer value for the exception condition.
See Also

Reference

ScanFixException Class
ScanFixException Members

Is this page helpful?
Yes No
Thanks for your feedback.