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




Glossary Item Box

Test if this issue is an error.

Syntax

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