Constructor -- internal use only
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As ExcelWarningCode, _
ByVal As Integer, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Exception _
)
'Usage
Dim message As String
Dim code As ExcelWarningCode
Dim sheet As Integer
Dim row As Integer
Dim column As Integer
Dim exception As Exception
Dim instance As New ExcelWarning(message, code, sheet, row, column, exception)
Parameters
- message
- Error message
- code
- The error code used to specify error category
- sheet
- The zero based sheet index.
- row
- The zero based row index
- column
- The zero based column index
- exception
- the actual exception occurred in Excel IE component.
See Also