menu

Class ExceptionThrownEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExceptionThrownEventArgs

    Provides data for the ExternalExceptionThrown event.

    Inheritance
    System.Object
    ExceptionThrownEventArgs
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class ExceptionThrownEventArgs : EventArgs

    Constructors

    ExceptionThrownEventArgs()

    Initializes a new instance of ExceptionThrownEventArgs class.

    Declaration
    public ExceptionThrownEventArgs()

    Properties

    Exception

    Gets a value that indicates the type of exception caught while fetching data from server.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type
    System.Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved