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


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