OPC Labs Base Library
ExceptionEventArgs Object
Members 
OpcLabs_BaseLib ActiveX DLL : ExceptionEventArgs Object
Description
Contains information about an exception for an event.

 

ProgId: OpcLabs.BaseLib.ExceptionEventArgs
CLSID (Class ID): 64d12c61-8438-40f2-a283-1b245ba964e7
Default interface: OpcLabs.BaseLib.ComTypes._ExceptionEventArgs
Event source interface:

 

For more information, see ExceptionEventArgs and OpcLabs.BaseLib.ComTypes._ExceptionEventArgs in .NET Reference.

Remarks

For remarks, see ExceptionEventArgs and OpcLabs.BaseLib.ComTypes._ExceptionEventArgs in .NET Reference.

Object creation

_ExceptionEventArgsPtr ExceptionEventArgsPtr(__uuidof(ExceptionEventArgs));
ExceptionEventArgs := CoExceptionEventArgs.Create;
var ExceptionEventArgs = new ActiveXObject("OpcLabs.BaseLib.ExceptionEventArgs");
ExceptionEventArgs := CoExceptionEventArgs.Create;
$ExceptionEventArgs = Win32::OLE->new("OpcLabs.BaseLib.ExceptionEventArgs");
$ExceptionEventArgs = new COM("OpcLabs.BaseLib.ExceptionEventArgs");
OLEObject ExceptionEventArgs
ExceptionEventArgs = CREATE OLEObject
ExceptionEventArgs.ConnectToNewObject("OpcLabs.BaseLib.ExceptionEventArgs")
ExceptionEventArgs = win32com.client.Dispatch('OpcLabs.BaseLib.ExceptionEventArgs')
Dim ExceptionEventArgs As New OleObject ("OpcLabs.BaseLib.ExceptionEventArgs")
Dim ExceptionEventArgs As New ExceptionEventArgs
ExceptionEventArgs = CREATEOBJECT("OpcLabs.BaseLib.ExceptionEventArgs")
Dim ExceptionEventArgs As New ExceptionEventArgs
Dim ExceptionEventArgs: Set ExceptionEventArgs = CreateObject("OpcLabs.BaseLib.ExceptionEventArgs")
ExceptionEventArgs := CreateObject("OpcLabs.BaseLib.ExceptionEventArgs")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

Example

For examples, see ExceptionEventArgs in .NET Reference.

See Also

ExceptionEventArgs Members