Windward Engine API Reference
Errors Property
See Also  Send comments on this topic.
net.windward.api.csharp.errorhandling Namespace > ErrorInfo Class : Errors Property




Glossary Item Box

Get a list of issues produced during a report generation. There are two types of issues: error and warning.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Errors As IList(Of Issue)
Visual Basic (Usage)Copy Code
Dim instance As ErrorInfo
Dim value As IList(Of Issue)
 
value = instance.Errors
C# 
public IList<Issue> Errors {get;}
Managed Extensions for C++ 
public: __property IList<Issue*>* get_Errors();
C++/CLI 
public:
property IList<Issue^>^ Errors {
   IList<Issue^>^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.