Spread ASP.NET 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelException Class / ExcelException Constructor / ExcelException Constructor(SerializationInfo,StreamingContext)


In This Topic
    ExcelException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Constructor - internal use
    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 ExcelException(info, context)
    protected ExcelException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also