Accusoft.FSInvoices2.Net - Updated
InvoiceProcessingException Constructor(Int32)




Accusoft.FSInvoices Namespace > InvoiceProcessingException Class > InvoiceProcessingException Constructor : InvoiceProcessingException Constructor(Int32)
Integer which represents the error number.
Initializes a new instance of the InvoiceProcessingException class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorNumber As Integer _
)
'Usage
 
Dim errorNumber As Integer
 
Dim instance As New InvoiceProcessingException(errorNumber)
public InvoiceProcessingException( 
   int errorNumber
)
public: InvoiceProcessingException( 
   int errorNumber
)
public:
InvoiceProcessingException( 
   int errorNumber
)

Parameters

errorNumber
Integer which represents the error number.
Remarks

Sets the exception message to "Invoice Processing Exception Error Number : " + errorNumber.ToString().

See Also

Reference

InvoiceProcessingException Class
InvoiceProcessingException Members
Overload List