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


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

    Parameters

    message
    code
    hr
    See Also