OPC Studio User's Guide and Reference
Data Property (NormalizedException)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > NormalizedException Class : Data Property
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overrides ReadOnly Property Data As IDictionary
'Usage
 
Dim instance As NormalizedException
Dim value As IDictionary
 
value = instance.Data
[XmlIgnore()]
public override IDictionary Data {get;}
[XmlIgnore()]
public:
property IDictionary^ Data {
   IDictionary^ get() override;
}

Property Value

The individual elements of the property value can be null (Nothing in Visual Basic).

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