Search Results for

    Show / Hide Table of Contents

    Class ReportException

    Exception class, used by reporting engine when an error in report processing occur

    Inheritance
    object
    Exception
    ReportException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class ReportException : Exception, ISerializable

    Constructors

    ReportException(string, ReportItem, string)

    Constructor to launch a report exception

    Declaration
    public ReportException(string amessage, ReportItem element, string propname)
    Parameters
    Type Name Description
    string amessage
    ReportItem element
    string propname

    Fields

    Item

    Report item causing the problem, when applicable

    Declaration
    public ReportItem Item
    Field Value
    Type Description
    ReportItem

    PropertyName

    Property name when applicable

    Declaration
    public string PropertyName
    Field Value
    Type Description
    string

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX