OPC Studio User's Guide and Reference
ProcedureCallException Class
Members 



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : ProcedureCallException Class
An exception in procedure call infrastructure.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._ProcedureCallException)>
<ComVisibleAttribute(True)>
<GuidAttribute("C64E17B8-3F4D-4985-9EAE-76BFDA878AA7")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class ProcedureCallException 
   Inherits Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._ProcedureCallException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
 
'Usage
 
Dim instance As ProcedureCallException
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.BaseLib.ProcedureCallException

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