Click or drag to resize

dataException Constructor

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

Namespace:  imbSCI.DataComplex.exceptions
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public dataException(
	string __message = "",
	Exception __innerException = null,
	Object __callerInstance = null,
	string __title = ""
)
Request Example View Source

Parameters

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