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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > NormalizedException Class : NormalizedData Property
Normalized data.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property NormalizedData As StringStringDictionary
'Usage
 
Dim instance As NormalizedException
Dim value As StringStringDictionary
 
instance.NormalizedData = value
 
value = instance.NormalizedData
[DataMember()]
public StringStringDictionary NormalizedData {get;}
[DataMember()]
public:
property StringStringDictionary^ NormalizedData {
   StringStringDictionary^ get();
}
Remarks
Gets a collection of key/normalized value pairs that provide additional user-defined information about the exception.
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