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




Accusoft.FSInvoices Namespace > InvoiceProcessingException Class > InvoiceProcessingException Constructor : InvoiceProcessingException Constructor(String,Exception)
Exception message.
Inner exception.
Initializes a new instance of the InvoiceProcessingException class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New InvoiceProcessingException(message, innerException)
public InvoiceProcessingException( 
   string message,
   Exception innerException
)
public: InvoiceProcessingException( 
   string* message,
   Exception* innerException
)
public:
InvoiceProcessingException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
Exception message.
innerException
Inner exception.
See Also

Reference

InvoiceProcessingException Class
InvoiceProcessingException Members
Overload List