Click or drag to resize

aceReportException Constructor (IRenderExecutionContext, 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(
	IRenderExecutionContext context,
	string message,
	aceReportExceptionType type = aceReportExceptionType.executeScriptError,
	Exception innerEx = null
)
Request Example View Source

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
message
Type: SystemString
type (Optional)
Type: imbSCI.Reporting.exceptionsaceReportExceptionType
innerEx (Optional)
Type: SystemException
See Also