BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / BarCodeException Class / BarCodeException Constructor / BarCodeException Constructor(SerializationInfo,StreamingContext)

In This Topic
    BarCodeException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the BarCodeException class.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected BarCodeException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also