Class AISheetException
Base exception for all spreadsheet-related failures.
Inheritance
AISheetException
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public class AISheetException : Exception, ISerializable
Constructors
|
Edit this page
View Source
AISheetException()
Declaration
public AISheetException()
|
Edit this page
View Source
AISheetException(string)
Declaration
public AISheetException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
AISheetException(string, Exception)
Declaration
public AISheetException(string message, Exception inner)
Parameters
Implements
Extension Methods