FormFix v6.0 for .NET - Updated
ErrorNumber Property



Accusoft.FormFixSdk Namespace > FormFixException Class : ErrorNumber Property
The error number of the exception.
Syntax
'Declaration
 
Public ReadOnly Property ErrorNumber As ErrorNumber
'Usage
 
Dim instance As FormFixException
Dim value As ErrorNumber
 
value = instance.ErrorNumber
public ErrorNumber ErrorNumber {get;}
public:
property ErrorNumber ErrorNumber {
   ErrorNumber get();
}
Remarks
This property holds an error number that you can use to determine the specific type of error that occurred.
See Also

Reference

FormFixException Class
FormFixException Members

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