Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ActionFailedException Class / ActionFailedException Constructor
The ActionBase.


In This Topic
    ActionFailedException Constructor
    In This Topic
    Creates a new instance of the class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As ActionBase _
    )
    'Usage
     
    Dim action As ActionBase
     
    Dim instance As New ActionFailedException(action)
    public ActionFailedException( 
       ActionBase action
    )

    Parameters

    action
    The ActionBase.
    See Also