[]
        
(Showing Draft Content)

FarPoint.Excel.ExcelException

ExcelException Class

Represents the exceptions arising from loading or saving Excel files.

Inheritance
ExcelException
Namespace: FarPoint.Excel
Assembly: FarPoint.Excel.dll
Syntax
public class ExcelException : SystemException, ISerializable, _Exception
Public Class ExcelException
    Inherits SystemException
    Implements ISerializable, _Exception

Constructors

Name Description
ExcelException()

Default constructor - internal use

ExcelException(SerializationInfo, StreamingContext)

Constructor - internal use

ExcelException(string)

Constructor - internal use

ExcelException(string, ExcelExceptionCode)

Constructor - internal use

ExcelException(string, ExcelExceptionCode, long)

Constructor - internal use

ExcelException(string, Exception)

Constructor - internal use

Properties

Name Description
Code

Gets the ExcelExceptionCode enumeration member set for this Excel exception.

HRSet

Gets whether the HResult property is set.

HResult

Gets the HRESULT, a coded numerical value that is associated with this Excel exception.

Message

Gets the text message associated with this Excel exception.