QuickOPC User's Guide and Reference
UAModellingException Constructor(String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModellingException Class > UAModellingException Constructor : UAModellingException Constructor(String)
The message that describes the error.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New UAModellingException(message)
public UAModellingException( 
   string message
)
public:
UAModellingException( 
   String^ message
)

Parameters

message
The message that describes the error.
Requirements

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

See Also

Reference

UAModellingException Class
UAModellingException Members
Overload List