QuickOPC User's Guide and Reference
NormalizedDiagnostics Property (OperationEventArgs)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationEventArgs Class : NormalizedDiagnostics Property
A normalized Diagnostics collection.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<IsValueEvidentAttribute(True)>
Public ReadOnly Property NormalizedDiagnostics As NormalizedExceptionCollection
 
'Usage
 
Dim instance As OperationEventArgs
Dim value As NormalizedExceptionCollection
 
value = instance.NormalizedDiagnostics
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