Barcode Xpress for .NET Framework v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeException Class / BarcodeException Constructor / BarcodeException Constructor(SerializationInfo,StreamingContext)
The SerializationInfo that holds the serialized object data about the exception being thrown.
The StreamingContext that contains contextual information about the source or destination.




In This Topic
BarcodeException Constructor(SerializationInfo,StreamingContext)
In This Topic
These exceptions are thrown for general BarcodeXpress component errors.
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 BarcodeException(info, context)

Parameters

info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.
See Also