QuickOPC User's Guide and Reference
ExtendedCOMException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Runtime.InteropServices Namespace : ExtendedCOMException Class
A COM exception with extended error information.
Object Model
ExtendedCOMException ClassXmlQualifiedName2 Class
Syntax
'Usage
 
Dim instance As ExtendedCOMException
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._ExtendedCOMException)]
[ComVisible(true)]
[Guid("F86A609B-4822-4F88-871B-F5F17509D035")]
[Serializable()]
public ref class ExtendedCOMException : public System.Runtime.InteropServices.COMException, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._ExtendedCOMException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.Runtime.InteropServices.ExternalException
            System.Runtime.InteropServices.COMException
               OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException
                  OpcLabs.BaseLib.Runtime.InteropServices.SimulatedCOMException
                  OpcLabs.EasyOpc.Engine.NetApiResultException

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