[]
Represents the exceptions arising from loading or saving Excel files.
public class ExcelException : SystemException, ISerializable
Public Class ExcelException
Inherits SystemException
Implements ISerializable
| 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. |