VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls Namespace / ExceptionActionEventArgs Class / Exception Property
Syntax Requirements SeeAlso
In This Topic
    Exception Property (ExceptionActionEventArgs)
    In This Topic
    Gets or sets the filename string.
    Syntax
    'Declaration
    
    Public Property Exception As System.Exception
    
    
    public System.Exception Exception { get; set; }
    
    
    public: __property System.Exception* get_Exception();
    public: __property void set_Exception(
    System.Exception* value
    );
    public:
    property System.Exception^ Exception { System.Exception^ get(); void set(System.Exception^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also