Spread Silverlight Documentation
ExcelWarning Constructor(String,ExcelWarningCode,Int32,Int32,Int32,Exception)


GrapeCity.Excel Namespace > ExcelWarning Class > ExcelWarning Constructor : ExcelWarning Constructor(String,ExcelWarningCode,Int32,Int32,Int32,Exception)
Error message
The error code used to specify error category
The zero based sheet index.
The zero based row index
The zero based column index
the actual exception occurred in Excel IE component.
Constructor -- internal use only
Syntax
'Declaration
 
Public Function New( _
   ByVal message As System.String, _
   ByVal code As ExcelWarningCode, _
   ByVal sheet As System.Integer, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal exception As System.Exception _
)
'Usage
 
Dim message As System.String
Dim code As ExcelWarningCode
Dim sheet As System.Integer
Dim row As System.Integer
Dim column As System.Integer
Dim exception As System.Exception
 
Dim instance As New ExcelWarning(message, code, sheet, row, column, exception)
public ExcelWarning( 
   System.string message,
   ExcelWarningCode code,
   System.int sheet,
   System.int row,
   System.int column,
   System.Exception 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

Reference

ExcelWarning Class
ExcelWarning Members
Overload List