Accusoft.FSInvoices1.Net - Updated
AnalyzeError Constructor(String,Int32,String)




Accusoft.FSInvoices Namespace > AnalyzeError Class > AnalyzeError Constructor : AnalyzeError Constructor(String,Int32,String)
Identifier of the file the error occurred on.
Zero-based index of the file page the error occurred on.
Error message.
Initializes a new instance of the AnalyzeError class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileId As String, _
   ByVal filePageIndex As Integer, _
   ByVal errorMessage As String _
)
'Usage
 
Dim fileId As String
Dim filePageIndex As Integer
Dim errorMessage As String
 
Dim instance As New AnalyzeError(fileId, filePageIndex, errorMessage)
public AnalyzeError( 
   string fileId,
   int filePageIndex,
   string errorMessage
)
public: AnalyzeError( 
   string* fileId,
   int filePageIndex,
   string* errorMessage
)
public:
AnalyzeError( 
   String^ fileId,
   int filePageIndex,
   String^ errorMessage
)

Parameters

fileId
Identifier of the file the error occurred on.
filePageIndex
Zero-based index of the file page the error occurred on.
errorMessage
Error message.
See Also

Reference

AnalyzeError Class
AnalyzeError Members
Overload List