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