Spread Silverlight Documentation
ActionFailedException Class
Members 


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace : ActionFailedException Class
Represents an exception when the ActionBase.Execute() method does not return a success or failure value; the Execute() method throws an ActionFailedException if the method fails during implementation.
Object Model
ActionFailedException Class
Syntax
'Declaration
 
Public Class ActionFailedException 
   Inherits System.Exception
'Usage
 
Dim instance As ActionFailedException
public class ActionFailedException : System.Exception 
Inheritance Hierarchy

System.Object
   System.Exception
      GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionFailedException

See Also

Reference

ActionFailedException Members
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace