Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataAccessException Class / DataAccessException Constructor / DataAccessException Constructor(SerializationInfo,StreamingContext)
The object that holds the serialized object data.
The contextual information about the source or destination.

In This Topic
    DataAccessException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the DataAccessException class with serialized data.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal si As SerializationInfo, _
       ByVal sc As StreamingContext _
    )
    protected DataAccessException( 
       SerializationInfo si,
       StreamingContext sc
    )

    Parameters

    si
    The object that holds the serialized object data.
    sc
    The contextual information about the source or destination.
    See Also