Assembly: Cubes;
The ICubeCallback interface contains properties and methods that are used to handle errors that may occur on saving data to cube.
ICubeCallback
Interface properties and methods must be redetermined in a custom class. A class instance for handling errors is set in the following properties:
An event handler can also be set for a standard cube using the IStandardCube.SetDefaultCallback method.
Property name | Brief description | |
Argument | The Argument property returns the argument containing information on the error that can occur on saving the data. |
Method name | Brief description | |
OnCallback | The OnCallback method implements the event that occurs during an exception situations on working with cube data. |
See also: