QuickOPC User's Guide and Reference
ProcedureCallException Class
Members 



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
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._ProcedureCallException)]
[ComVisible(true)]
[Guid("C64E17B8-3F4D-4985-9EAE-76BFDA878AA7")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class ProcedureCallException : Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._ProcedureCallException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._ProcedureCallException)]
[ComVisible(true)]
[Guid("C64E17B8-3F4D-4985-9EAE-76BFDA878AA7")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class ProcedureCallException : public Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._ProcedureCallException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
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