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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes Namespace > _EasyAENotificationEventArgs Interface : NormalizedException Property
A normalized OpcLabs.BaseLib.OperationModel.OperationEventArgs.Exception object, or null if there was no error.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property NormalizedException As NormalizedException
'Usage
 
Dim instance As _EasyAENotificationEventArgs
Dim value As NormalizedException
 
value = instance.NormalizedException
[CanBeNull()]
NormalizedException NormalizedException {get;}
[CanBeNull()]
property NormalizedException^ NormalizedException {
   NormalizedException^ get();
}
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