Click or drag to resize

aceScienceException Constructor

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

Namespace:  imbACE.Core.core.exceptions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public aceScienceException(
	string message,
	Exception innerEx,
	Object instance,
	string title,
	Object alsoRelatedInstance = null
)
Request Example View Source

Parameters

message
Type: SystemString
innerEx
Type: SystemException
instance
Type: SystemObject
title
Type: SystemString
alsoRelatedInstance (Optional)
Type: SystemObject
See Also