EdxSpreadSheetFormatError Members
The exception class for errors related to unsupported spreadsheet document formats.Constructors
| Name | Description |
|---|---|
| Create(String) | Inherited from Exception. |
| CreateFmt(String,Untyped[]) | Inherited from Exception. |
| CreateFmtHelp(String,Untyped[],Integer) | Inherited from Exception. |
| CreateHelp(String,Integer) | Inherited from Exception. |
| CreateRes(NativeUInt) | Inherited from Exception. |
| CreateRes(PResStringRec) | Inherited from Exception. |
| CreateResFmt(NativeUInt,Untyped[]) | Inherited from Exception. |
| CreateResFmt(PResStringRec,Untyped[]) | Inherited from Exception. |
| CreateResFmtHelp(NativeUInt,Untyped[],Integer) | Inherited from Exception. |
| CreateResFmtHelp(PResStringRec,Untyped[],Integer) | Inherited from Exception. |
| CreateResHelp(NativeUInt,Integer) | Inherited from Exception. |
| CreateResHelp(PResStringRec,Integer) | Inherited from Exception. |
Fields
| Name | Description |
|---|---|
| CleanUpStackInfoProc | Inherited from Exception. |
| GetExceptionStackInfoProc | Inherited from Exception. |
| GetStackInfoStringProc | Inherited from Exception. |
Properties
| Name | Description |
|---|---|
| BaseException | Inherited from Exception. |
| HelpContext | Inherited from Exception. |
| InnerException | Inherited from Exception. |
| Message | Inherited from Exception. |
| StackInfo | Inherited from Exception. |
| StackTrace | Inherited from Exception. |
Methods
| Name | Description |
|---|---|
| Equals(TObject) | Inherited from TObject. |
| GetBaseException | Inherited from Exception. |
| GetHashCode | Inherited from TObject. |
| RaiseOuterException(Exception) | Inherited from Exception. |
| ThrowOuterException(Exception) | Inherited from Exception. |
| ToString | Inherited from TObject. |
See Also