ExcelException Constructor(String)
In This Topic
Constructor - internal use
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim message As String
Dim instance As New ExcelException(message)
public ExcelException(
string
)
Parameters
- message
See Also