OPC Labs Base Library
SimulatedCOMException Object
Members 
OpcLabs_BaseLib ActiveX DLL : SimulatedCOMException Object
Description
A COM exception that has been simulated internally.

 

ProgId: OpcLabs.BaseLib.Runtime.InteropServices.SimulatedCOMException
CLSID (Class ID): 8c5f7ddd-e66c-4ebb-827b-ebff74e4ca1b
Default interface: OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._SimulatedCOMException
Event source interface:

 

For more information, see SimulatedCOMException and OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._SimulatedCOMException in .NET Reference.

Object Model

SimulatedCOMException ObjectDictionaryWrapper CollectionXmlQualifiedName2 Object

Remarks

For remarks, see SimulatedCOMException and OpcLabs.BaseLib.Runtime.InteropServices.ComTypes._SimulatedCOMException in .NET Reference.

Object creation

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

 

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

 

For more information, see _Exception in .NET Reference.

 
A COM exception with extended error information.

 

IID (Interface ID): a8db7ec9-9c40-4955-9abf-7740a4fb23e4

 

For more information, see _ExtendedCOMException in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see SimulatedCOMException in .NET Reference.

See Also

SimulatedCOMException Members