QuickOPC User's Guide and Reference
FormatException2 Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : FormatException2 Class
A portable replacement for System.FormatException. It is needed to introduce a common OpcLabs.BaseLib.ComTypes._FormatException2 interface.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._FormatException2)>
<ComVisibleAttribute(True)>
<GuidAttribute("987F6A64-A001-4B90-9124-DCAD188E3C22")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class FormatException2 
   Inherits System.FormatException
   Implements OpcLabs.BaseLib.ComTypes._FormatException2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As FormatException2
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._FormatException2)]
[ComVisible(true)]
[Guid("987F6A64-A001-4B90-9124-DCAD188E3C22")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class FormatException2 : System.FormatException, OpcLabs.BaseLib.ComTypes._FormatException2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._FormatException2)]
[ComVisible(true)]
[Guid("987F6A64-A001-4B90-9124-DCAD188E3C22")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class FormatException2 : public System.FormatException, OpcLabs.BaseLib.ComTypes._FormatException2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.FormatException
            OpcLabs.BaseLib.FormatException2
               OpcLabs.BaseLib.Navigation.Parsing.BrowsePathFormatException
               OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UANodeIdFormatException
               OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException
               OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathFormatException
               OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also