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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel Namespace > ExtenderProviderException Class > ExtenderProviderException Constructor : ExtenderProviderException 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 ExtenderProviderException(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