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




Glossary Item Box

Test if there were any issues during a report generation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HasErrors As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ErrorInfo
Dim value As Boolean
 
value = instance.HasErrors
C# 
public bool HasErrors {get;}
Managed Extensions for C++ 
public: __property bool get_HasErrors();
C++/CLI 
public:
property bool HasErrors {
   bool 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.