OPC Labs Base Library
ExtendedCOMException Object
Members 
OpcLabs_BaseLib ActiveX DLL : ExtendedCOMException Object
Description
A COM exception with extended error information.

 

ProgId: OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException
CLSID (Class ID): f86a609b-4822-4f88-871b-f5f17509d035
Default interface: OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._ExtendedCOMException
Event source interface:

 

For more information, see ExtendedCOMException and OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._ExtendedCOMException in .NET Reference.

Object Model

ExtendedCOMException ObjectDictionaryWrapper CollectionXmlQualifiedName2 Object

Remarks

For remarks, see ExtendedCOMException and OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._ExtendedCOMException in .NET Reference.

Object creation

_ExtendedCOMExceptionPtr ExtendedCOMExceptionPtr(__uuidof(ExtendedCOMException));
ExtendedCOMException := CoExtendedCOMException.Create;
var ExtendedCOMException = new ActiveXObject("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException");
ExtendedCOMException := CoExtendedCOMException.Create;
$ExtendedCOMException = Win32::OLE->new("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException");
$ExtendedCOMException = new COM("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException");
OLEObject ExtendedCOMException
ExtendedCOMException = CREATE OLEObject
ExtendedCOMException.ConnectToNewObject("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException")
ExtendedCOMException = win32com.client.Dispatch('OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException')
Dim ExtendedCOMException As New OleObject ("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException")
Dim ExtendedCOMException As New ExtendedCOMException
ExtendedCOMException = CREATEOBJECT("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException")
Dim ExtendedCOMException As New ExtendedCOMException
Dim ExtendedCOMException: Set ExtendedCOMException = CreateObject("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException")
ExtendedCOMException := CreateObject("OpcLabs.BaseLib.Runtime.InteropServices.ExtendedCOMException")
Interfaces
InterfaceDescription

 

IID (Interface ID): b36b5c63-42ef-38bc-a07e-0b34c98f164a

 

For more information, see _Exception in .NET Reference.

 

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see ExtendedCOMException in .NET Reference.

See Also

ExtendedCOMException Members