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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationEventArgs Class : NormalizedException Property
A normalized Exception object, or null if there was no error.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute("")>
<IsValueEvidentAttribute(True)>
Public ReadOnly Property NormalizedException As NormalizedException
'Usage
 
Dim instance As OperationEventArgs
Dim value As NormalizedException
 
value = instance.NormalizedException
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue("")]
[IsValueEvident(true)]
public NormalizedException NormalizedException {get;}
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue("")]
[IsValueEvident(true)]
public:
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