Connectivity Software User's Guide and Reference
LicensingException Constructor(SerializationInfo,StreamingContext)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > LicensingException Class > LicensingException Constructor : LicensingException Constructor(SerializationInfo,StreamingContext)

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

Need this constructor since Exception implements ISerializable.
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 LicensingException(info, context)
protected LicensingException( 
   SerializationInfo info,
   StreamingContext context
)
protected:
LicensingException( 
   SerializationInfo^ info,
   StreamingContext 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