QuickOPC User's Guide and Reference
NormalizedException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : NormalizedException Class
A normalized exception. Can participate in operation contracts, supports XML serialization.
Object Model
NormalizedException ClassStringStringDictionary ClassNormalizedException Class
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._NormalizedException)>
<ComVisibleAttribute(True)>
<GuidAttribute("4D34388A-9BE9-449B-BC7B-04F177BFF5E7")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class NormalizedException 
   Inherits Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._NormalizedException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As NormalizedException
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._NormalizedException)]
[ComVisible(true)]
[Guid("4D34388A-9BE9-449B-BC7B-04F177BFF5E7")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class NormalizedException : Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._NormalizedException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._NormalizedException)]
[ComVisible(true)]
[Guid("4D34388A-9BE9-449B-BC7B-04F177BFF5E7")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class NormalizedException : public Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._NormalizedException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.BaseLib.NormalizedException

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