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

 

ProgId: OpcLabs.BaseLib.FormatException2
CLSID (Class ID): 987f6a64-a001-4b90-9124-dcad188e3c22
Default interface: OpcLabs.BaseLib.ComTypes._FormatException2
Event source interface:

 

For more information, see FormatException2 and OpcLabs.BaseLib.ComTypes._FormatException2 in .NET Reference.

Object Model

FormatException2 ObjectDictionaryWrapper Collection

Remarks

For remarks, see FormatException2 and OpcLabs.BaseLib.ComTypes._FormatException2 in .NET Reference.

Object creation

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

See Also

FormatException2 Members