QuickOPC User's Guide and Reference
UAModellingException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace : UAModellingException Class
An exception in OPC-UA modelling.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(System.Runtime.InteropServices._Exception)>
<ComVisibleAttribute(True)>
<GuidAttribute("3D3215C5-3253-4116-82C9-B4B2EA17A5C6")>
<SerializableAttribute()>
Public Class UAModellingException 
   Inherits System.Exception
   Implements System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAModellingException
[ComDefaultInterface(System.Runtime.InteropServices._Exception)]
[ComVisible(true)]
[Guid("3D3215C5-3253-4116-82C9-B4B2EA17A5C6")]
[Serializable()]
public class UAModellingException : System.Exception, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(System.Runtime.InteropServices._Exception)]
[ComVisible(true)]
[Guid("3D3215C5-3253-4116-82C9-B4B2EA17A5C6")]
[Serializable()]
public ref class UAModellingException : public System.Exception, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

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

Requirements

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

See Also

Reference

UAModellingException Members
OpcLabs.EasyOpc.UA.Modelling Namespace