Creates new XModelException exception instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XModelException(
	Exception inner,
	string message,
	params Object[] args
)

Parameters

inner
Type: System..::.Exception
States the exception that raised the current exception.
message
Type: System..::.String
String, explaining the reason of the exception.
args
Type: array< System..::.Object >[]()[]
The Object array, containing zero or more parameters given for formatting the message.

Remarks

The parameter message is supposed to be comprehensible for human. The caller of the constuctor must ensure that the text string content will be localized for current locale.

See Also