Spread for ASP.NET 12 Product Documentation
ExcelException Constructor(String,ExcelExceptionCode,Int64)


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelException Class > ExcelException Constructor : ExcelException Constructor(String,ExcelExceptionCode,Int64)
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

Reference

ExcelException Class
ExcelException Members
Overload List