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