QuickOPC User's Guide and Reference
UACallServiceException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UACallServiceException Class
An exception thrown when a UA defined error occurs in the Call operation.
Object Model
UACallServiceException ClassUAServiceResult Class
Syntax
'Usage
 
Dim instance As UACallServiceException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException)]
[ComVisible(true)]
[Guid("E3DC60A3-FA7D-4901-B893-B714581DFBE4")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class UACallServiceException : UAServiceException, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException, OpcLabs.EasyOpc.UA.ComTypes._UAServiceException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException)]
[ComVisible(true)]
[Guid("E3DC60A3-FA7D-4901-B893-B714581DFBE4")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UACallServiceException : public UAServiceException, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException, OpcLabs.EasyOpc.UA.ComTypes._UAServiceException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.EasyOpc.UA.UAServiceException
               OpcLabs.EasyOpc.UA.UACallServiceException

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