QuickOPC User's Guide and Reference
UAModelClientException Constructor(SerializationInfo,StreamingContext)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClientException Class > UAModelClientException Constructor : UAModelClientException Constructor(SerializationInfo,StreamingContext)
The SerializationInfo that holds the serialized object data.
The StreamingContext that contains contextual information about the source or destination.
Initializes a new instance of the UAModelClientException class with serialized data.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New UAModelClientException(info, context)
protected UAModelClientException( 
   SerializationInfo info,
   StreamingContext context
)
protected:
UAModelClientException( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info
The SerializationInfo that holds the serialized object data.
context
The StreamingContext that contains contextual information about the source or destination.
Requirements

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

See Also

Reference

UAModelClientException Class
UAModelClientException Members
Overload List