Click or drag to resize

aceGeneralException Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceGeneralException class.

Namespace:  imbACE.Core.core.exceptions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public aceGeneralException(
	string __message = "",
	Exception __innerException = null,
	Object __callerInstane = null,
	string __title = "",
	int stacks = 0
)
Request Example View Source

Parameters

__message (Optional)
Type: SystemString
The message.
__innerException (Optional)
Type: SystemException
The inner exception.
__callerInstane (Optional)
Type: SystemObject
__title (Optional)
Type: SystemString
stacks (Optional)
Type: SystemInt32
See Also