[]
        
(Showing Draft Content)

FarPoint.Excel.ExcelException.-ctor

ExcelException Constructor

ExcelException()

Default constructor - internal use

Declaration
public ExcelException()
Public Sub New()

ExcelException(string)

Constructor - internal use

Declaration
public ExcelException(string message)
Public Sub New(message As String)
Parameters
Type Name Description
string message

ExcelException(string, Exception)

Constructor - internal use

Declaration
public ExcelException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Parameters
Type Name Description
string message
Exception innerException

ExcelException(SerializationInfo, StreamingContext)

Constructor - internal use

Declaration
protected ExcelException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

ExcelException(string, ExcelExceptionCode)

Constructor - internal use

Declaration
public ExcelException(string message, ExcelExceptionCode code)
Public Sub New(message As String, code As ExcelExceptionCode)
Parameters
Type Name Description
string message
ExcelExceptionCode code

ExcelException(string, ExcelExceptionCode, long)

Constructor - internal use

Declaration
public ExcelException(string message, ExcelExceptionCode code, long hr)
Public Sub New(message As String, code As ExcelExceptionCode, hr As Long)
Parameters
Type Name Description
string message
ExcelExceptionCode code
long hr