ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReportErrorOccurredEventArgs - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReportErrorOccurredEventArgs

    Its represents event data and provides complete details about the event information.

    Inheritance
    System.Object
    System.EventArgs
    ReportErrorOccurredEventArgs
    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.Reports.EJ
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ReportErrorOccurredEventArgs : EventArgs

    Constructors

    ReportErrorOccurredEventArgs()

    Declaration
    public ReportErrorOccurredEventArgs()

    Properties

    ClassName

    Declaration
    public string ClassName { get; set; }
    Property Value
    Type Description
    System.String

    ErrorCode

    Declaration
    public string ErrorCode { get; set; }
    Property Value
    Type Description
    System.String

    ErrorDetail

    Declaration
    public string ErrorDetail { get; set; }
    Property Value
    Type Description
    System.String

    Exception

    Provides data for the ReportErrorOccurred event to identify the error message, point of error and solution or details.

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    System.Exception

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String

    MethodName

    Declaration
    public string MethodName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved