QuickOPC User's Guide and Reference
UAStatusCodeException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UAStatusCodeException Class
An exception generated when the OPC-UA status code is not as expected.
Object Model
UAStatusCodeException ClassUAStatusCode Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.ComTypes._UAStatusCodeException)>
<ComVisibleAttribute(True)>
<GuidAttribute("084E2E96-4D23-464D-9BBC-C0EB3A666A7D")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class UAStatusCodeException 
   Inherits OpcLabs.BaseLib.Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.ComTypes._UAStatusCodeException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAStatusCodeException
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAStatusCodeException)]
[ComVisible(true)]
[Guid("084E2E96-4D23-464D-9BBC-C0EB3A666A7D")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class UAStatusCodeException : OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.ComTypes._UAStatusCodeException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAStatusCodeException)]
[ComVisible(true)]
[Guid("084E2E96-4D23-464D-9BBC-C0EB3A666A7D")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class UAStatusCodeException : public OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.ComTypes._UAStatusCodeException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.EasyOpc.UA.UAStatusCodeException

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