menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExceptionThrownEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExceptionThrownEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    ExceptionThrownEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved