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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClientException Class > UAModelClientException Constructor : UAModelClientException 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 UAModelClientException(message)
public UAModelClientException( 
   string message
)
public:
UAModelClientException( 
   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

UAModelClientException Class
UAModelClientException Members
Overload List