Click or drag to resize

aceReportException Constructor (String, Exception, Object, String)

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(
	string __message,
	Exception __innerException,
	Object __callerInstance = null,
	string __title = ""
)
Request Example View Source

Parameters

__message
Type: SystemString
__innerException
Type: SystemException
__callerInstance (Optional)
Type: SystemObject
__title (Optional)
Type: SystemString
See Also