OPC Labs Base Library
Exception2 Object
Members 
OpcLabs_BaseLib ActiveX DLL : Exception2 Object
Description
A portable replacement for System.Exception.

 

ProgId: OpcLabs.BaseLib.Exception2
CLSID (Class ID): 6f5dc50a-8843-453d-b93d-d5894ed37d39
Default interface: OpcLabs.BaseLib.ComTypes._Exception2
Event source interface:

 

For more information, see Exception2 and OpcLabs.BaseLib.ComTypes._Exception2 in .NET Reference.

Object Model

Exception2 ObjectDictionaryWrapper Collection

Remarks

For remarks, see Exception2 and OpcLabs.BaseLib.ComTypes._Exception2 in .NET Reference.

Object creation

_Exception2Ptr Exception2Ptr(__uuidof(Exception2));
Exception2 := CoException2.Create;
var Exception2 = new ActiveXObject("OpcLabs.BaseLib.Exception2");
Exception2 := CoException2.Create;
$Exception2 = Win32::OLE->new("OpcLabs.BaseLib.Exception2");
$Exception2 = new COM("OpcLabs.BaseLib.Exception2");
OLEObject Exception2
Exception2 = CREATE OLEObject
Exception2.ConnectToNewObject("OpcLabs.BaseLib.Exception2")
Exception2 = win32com.client.Dispatch('OpcLabs.BaseLib.Exception2')
Dim Exception2 As New OleObject ("OpcLabs.BaseLib.Exception2")
Dim Exception2 As New Exception2
Exception2 = CREATEOBJECT("OpcLabs.BaseLib.Exception2")
Dim Exception2 As New Exception2
Dim Exception2: Set Exception2 = CreateObject("OpcLabs.BaseLib.Exception2")
Exception2 := CreateObject("OpcLabs.BaseLib.Exception2")
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 Exception2 in .NET Reference.

See Also

Exception2 Members