Creates a new instance of the exception XCommandLineException.

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

Syntax

C#
public XCommandLineException(
	string message
)

Parameters

message
Type: System..::.String
String, explaining the reason of the exception.

Remarks

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

See Also