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


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