| Visual Basic (Declaration) | |
|---|---|
Public Enum ExcelExceptionCode Inherits System.Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ExcelExceptionCode  | |
| C# | |
|---|---|
public enum ExcelExceptionCode : System.Enum  | |
| Member | Description | 
|---|---|
| BiffStreamError | This stream is not a BIFF-formatted Excel file. | 
| CreateStreamError | The specified stream cannot be created. Check HRESULT for more information. | 
| ExcelSheetIndexOutOfRange | The specified Excel sheet index is outside of the allowable range for the specified Excel file. | 
| ExcelSheetNameError | The specified Excel sheet name is not supported in specified Excel file | 
| ExcelSheetNameNotFound | The specified Excel sheet name is not in the specified Excel file. | 
| FailedOnFileOpen | The file cannot be opened. Check HRESULT for more information. | 
| IncorrectPassword | The specified password is incorrect. | 
| NotStructuredStorage | This file is not a structured storage file. | 
| SharingViolation | There is a sharing violation error when trying to open this file. | 
| SpreadSheetIndexOutOfRange | The specified Spread sheet index is out of range. | 
| SpreadSheetNameNotFound | The specified Spread sheet name cannot be found. | 
| Unknown | There is an unknown error. Check HRESULT for more information. | 
System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.ExcelExceptionCode
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family