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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > NormalizedException Class : Data Property
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Syntax
'Declaration
 
<ElementsCanBeNullAttribute()>
<XmlIgnoreAttribute()>
Public Overrides ReadOnly Property Data As IDictionary
'Usage
 
Dim instance As NormalizedException
Dim value As IDictionary
 
value = instance.Data
[ElementsCanBeNull()]
[XmlIgnore()]
public override IDictionary Data {get;}
[ElementsCanBeNull()]
[XmlIgnore()]
public:
property IDictionary^ Data {
   IDictionary^ get() override;
}

Property Value

An object that implements the System.Collections.IDictionary interface and contains a collection of user-defined key/value pairs. The default is an empty collection.
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 Data