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




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

Parameters

errorNumber
Integer which represents the error number.
message
Exception message.
See Also

Reference

InvoiceProcessingException Class
InvoiceProcessingException Members
Overload List