Barcode Xpress for .NET Framework v13.9 - Updated
BarcodeException Constructor(SerializationInfo,StreamingContext)




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.
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)
protected BarcodeException( 
   SerializationInfo info,
   StreamingContext context
)
protected: BarcodeException( 
   SerializationInfo* info,
   StreamingContext context
)
protected:
BarcodeException( 
   SerializationInfo^ info,
   StreamingContext 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

Reference

BarcodeException Class
BarcodeException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.