OPC Labs Base Library
ResultException Object
Members 
OpcLabs_BaseLib ActiveX DLL : ResultException Object
Description
The exception that is thrown when a method result (return value or an argument) is not valid.

 

ProgId: OpcLabs.BaseLib.ResultException
CLSID (Class ID): 5a64ccf9-d9e8-41e7-8274-8bc3a8a6de5f
Default interface: OpcLabs.BaseLib.ComTypes._ResultException
Event source interface:

 

For more information, see ResultException and OpcLabs.BaseLib.ComTypes._ResultException in .NET Reference.

Object Model

ResultException ObjectDictionaryWrapper Collection

Remarks

For remarks, see ResultException and OpcLabs.BaseLib.ComTypes._ResultException in .NET Reference.

Object creation

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

 

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

 

For more information, see _Exception in .NET Reference.

 
A portable replacement for System.Exception.

 

IID (Interface ID): 45305271-b85f-42b7-8f35-f22ec9fef8f2

 

For more information, see _Exception2 in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see ResultException in .NET Reference.

See Also

ResultException Members