QuickOPC User's Guide and Reference
UAModelClientException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace : UAModelClientException Class
An exception arising in OPC-UA model client.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(System.Runtime.InteropServices._Exception)>
<ComVisibleAttribute(True)>
<GuidAttribute("6B87C067-8FB0-4C92-B28E-CB253135EBAB")>
<SerializableAttribute()>
Public Class UAModelClientException 
   Inherits System.Exception
   Implements System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAModelClientException
[ComDefaultInterface(System.Runtime.InteropServices._Exception)]
[ComVisible(true)]
[Guid("6B87C067-8FB0-4C92-B28E-CB253135EBAB")]
[Serializable()]
public class UAModelClientException : System.Exception, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(System.Runtime.InteropServices._Exception)]
[ComVisible(true)]
[Guid("6B87C067-8FB0-4C92-B28E-CB253135EBAB")]
[Serializable()]
public ref class UAModelClientException : public System.Exception, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      OpcLabs.EasyOpc.UA.Modelling.UAModelClientException

Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAModelClientException Members
OpcLabs.EasyOpc.UA.Modelling Namespace