FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > ExcelException クラス > ExcelException コンストラクタ : ExcelException コンストラクタ(String,ExcelExceptionCode) |
'Declaration
Public Function New( _ ByVal message As String, _ ByVal code As ExcelExceptionCode _ )
'使用法
Dim message As String Dim code As ExcelExceptionCode Dim instance As New ExcelException(message, code)
public ExcelException( string message, ExcelExceptionCode code )