Accusoft.FSInvoices1.Net - Updated
InvoiceProcessingException Constructor(String)




Accusoft.FSInvoices Namespace > InvoiceProcessingException Class > InvoiceProcessingException Constructor : InvoiceProcessingException Constructor(String)
A string which represents the error message.
Generates an exception based on the given string.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvoiceProcessingException(message)
public InvoiceProcessingException( 
   string message
)
public: InvoiceProcessingException( 
   string* message
)
public:
InvoiceProcessingException( 
   String^ message
)

Parameters

message
A string which represents the error message.
Requirements

See Also

Reference

InvoiceProcessingException Class
InvoiceProcessingException Members
Overload List