[]
Default constructor - internal use
public ExcelException()
Public Sub New()
Constructor - internal use
public ExcelException(string message)
Public Sub New(message As String)
Type | Name | Description |
---|---|---|
string | message |
Constructor - internal use
public ExcelException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
Constructor - internal use
protected ExcelException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
Constructor - internal use
public ExcelException(string message, ExcelExceptionCode code)
Public Sub New(message As String, code As ExcelExceptionCode)
Type | Name | Description |
---|---|---|
string | message | |
ExcelExceptionCode | code |
Constructor - internal use
public ExcelException(string message, ExcelExceptionCode code, long hr)
Public Sub New(message As String, code As ExcelExceptionCode, hr As Long)
Type | Name | Description |
---|---|---|
string | message | |
ExcelExceptionCode | code | |
long | hr |