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


In This Topic
    ExcelException Constructor(String,ExcelExceptionCode)
    In This Topic
    Constructor - internal use
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String, _
       ByVal code As ExcelExceptionCode _
    )
    'Usage
     
    
    Dim message As String
    Dim code As ExcelExceptionCode
     
    Dim instance As New ExcelException(message, code)
    public ExcelException( 
       string message,
       ExcelExceptionCode code
    )

    Parameters

    message
    code
    See Also