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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationResult Class : NormalizedException Property
A normalized Exception object, or null if there was no error.
Syntax
'Declaration
 
<ColumnDisplayAttribute(2)>
<DataMemberAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, ShortName="Normalized Exception")>
Public ReadOnly Property NormalizedException As NormalizedException
'Usage
 
Dim instance As OperationResult
Dim value As NormalizedException
 
value = instance.NormalizedException
[ColumnDisplay(2)]
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue("")]
[Display(AutoGenerateField=false, ShortName="Normalized Exception")]
public NormalizedException NormalizedException {get;}
[ColumnDisplay(2)]
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue("")]
[Display(AutoGenerateField=false, ShortName="Normalized Exception")]
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