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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Portable Namespace > CustomException Class > CustomException Constructor : CustomException Constructor(SerializationInfo,StreamingContext)
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 CustomException(info, context)
protected CustomException( 
   SerializationInfo info,
   StreamingContext context
)
protected:
CustomException( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info
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