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


In This Topic
    GetBaseException Method (ActionFailedException)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Overridable Function GetBaseException() As Exception
    'Usage
     
    Dim instance As ActionFailedException
    Dim value As Exception
     
    value = instance.GetBaseException()
    [__DynamicallyInvokable()]
    public virtual Exception GetBaseException()
    See Also