Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ParseException Class / ParseException Constructor / ParseException Constructor(SerializationInfo,StreamingContext)


In This Topic
    ParseException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Constructs a new instance of the ParseException class with serialized data.
    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 ParseException(info, context)
    protected ParseException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also