QuickOPC User's Guide and Reference
Message Property (NormalizedException)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > NormalizedException Class : Message Property
Gets a message that describes the current exception.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Message As String
'Usage
 
Dim instance As NormalizedException
Dim value As String
 
value = instance.Message
public override string Message {get;}
public:
property String^ Message {
   String^ get() override;
}

Property Value

The error message that explains the reason for the exception, or an empty string ("").
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also

Reference

NormalizedException Class
NormalizedException Members
Base Implementation in Message