Accusoft.PrintPro8.Net
ErrorNumber Property




Gets the error number of the exception.
Syntax
'Declaration
 
Public ReadOnly Property ErrorNumber As Integer
'Usage
 
Dim instance As PrintProException
Dim value As Integer
 
value = instance.ErrorNumber
public int ErrorNumber {get;}
public: __property int get_ErrorNumber();
public:
property int ErrorNumber {
   int get();
}

Property Value

An integer value which represents the error number.
Remarks
This property holds an error number that you can use to determine the specific type of error that occurred.
See Also

Reference

PrintProException Class
PrintProException Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback