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


In This Topic
    InnerException Property (ActionFailedException)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property InnerException As Exception
    'Usage
     
    Dim instance As ActionFailedException
    Dim value As Exception
     
    value = instance.InnerException
    [__DynamicallyInvokable()]
    public Exception InnerException {get;}
    See Also