ScanFix Xpress v9.0 for .NET - Updated
ScanFixException Constructor(String,Int32)




Accusoft.ScanFixXpressSdk Namespace > ScanFixException Class > ScanFixException Constructor : ScanFixException Constructor(String,Int32)
Error message of the exception.
Integer indicating exception number.
Instantiates an exception containing a Message and number.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal number As Integer _
)
'Usage
 
Dim message As String
Dim number As Integer
 
Dim instance As New ScanFixException(message, number)
public ScanFixException( 
   string message,
   int number
)
public: ScanFixException( 
   string* message,
   int number
)
public:
ScanFixException( 
   String^ message,
   int number
)

Parameters

message
Error message of the exception.
number
Integer indicating exception number.
See Also

Reference

ScanFixException Class
ScanFixException Members
Overload List

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