Click or drag to resize

aceReportException Constructor (IMetaContentNested, String, aceReportExceptionType, Exception)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceReportException class

Namespace:  imbSCI.Reporting.exceptions
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public aceReportException(
	IMetaContentNested metaModel,
	string message,
	aceReportExceptionType type = aceReportExceptionType.constructMetaModelError,
	Exception innerEx = null
)
Request Example View Source

Parameters

metaModel
Type: imbSCI.Core.interfacesIMetaContentNested
message
Type: SystemString
type (Optional)
Type: imbSCI.Reporting.exceptionsaceReportExceptionType
innerEx (Optional)
Type: SystemException
See Also