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




Glossary Item Box

Get a message describing this issue. Maybe an empty string.

Syntax

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