Click or drag to resize

wclECritical Constructor

Initializes a new instance of the exception class with a specified error message.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public wclECritical(
	string message
)

Parameters

message  String
The message that describes the error.
See Also