Class ReportNamedException
Exception class, used by reporting engine when an error in report item by name
Implements
Inherited Members
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 |