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



View with Navigation Tools
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

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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

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