WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExceptionThrownEventArgs

    Show / Hide Table of Contents

    Class ExceptionThrownEventArgs

    Provides data for the ExceptionThrown event.

    Inheritance
    System.Object
    System.EventArgs
    ExceptionThrownEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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 Description
    System.Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved