Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ActionFailedException Class
Members


In This Topic
    ActionFailedException Class
    In This Topic
    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