Get an object containing a set of errors encounterred during the report generation. To enable the errors tracking you have to turn this feature on by a call to setTrackErrors(true).
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetErrorInfo() As net.windward.xmlreport.errorhandling.ErrorInfo |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Report
Dim value As net.windward.xmlreport.errorhandling.ErrorInfo
value = instance.GetErrorInfo() |
| C# | |
|---|
public net.windward.xmlreport.errorhandling.ErrorInfo GetErrorInfo() |
| Managed Extensions for C++ | |
|---|
public: net.windward.xmlreport.errorhandling.ErrorInfo* GetErrorInfo(); |
| C++/CLI | |
|---|
public:
net.windward.xmlreport.errorhandling.ErrorInfo^ GetErrorInfo(); |
Return Value
An instance of the ErrorInfo implementation.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also