OPC Studio User's Guide and Reference
MappingException Constructor(SerializationInfo,StreamingContext)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > MappingException Class > MappingException Constructor : MappingException Constructor(SerializationInfo,StreamingContext)

The value of this parameter cannot be null (Nothing in Visual Basic).

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 MappingException(info, context)

Parameters

info

The value of this parameter cannot be null (Nothing in Visual Basic).

context
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also