Search Results for

    Show / Hide Table of Contents

    Class ReportNamedException

    Exception class, used by reporting engine when an error in report item by name

    Inheritance
    object
    Exception
    ReportNamedException
    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 ReportNamedException : Exception, ISerializable

    Constructors

    ReportNamedException(string, string, string)

    Constructor to launch a report exception

    Declaration
    public ReportNamedException(string amessage, string elementName, string propname)
    Parameters
    Type Name Description
    string amessage
    string elementName
    string propname

    Fields

    ItemName

    Report item causing the problem, when applicable

    Declaration
    public string ItemName
    Field Value
    Type Description
    string

    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