Creates a new instance of the exception XVarsException.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public XVarsException(
	string message,
	Exception inner
)

Parameters

message
Type: System..::.String
The string identifies a reason why was an exception thrown.
inner
Type: System..::.Exception
Contains the inner exception which caused the current one.

Remarks

The content of message is supposed to be understandable for humans. The callee must ensure that the content will be localized for the current culture info.

See Also