Accusoft.FSInvoices1.Net
InvoiceProcessingException Constructor(Int32)




An integer which represents the error number.
Generates an exception based on the given error number.
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
An integer which represents the error number.
Remarks

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

Requirements

See Also

Reference

InvoiceProcessingException Class
InvoiceProcessingException Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback