Click or drag to resize

ModelException Constructor (String)

Initializes a new instance of the ModelException class. Initialize a new instance of the ModelException class.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ModelException(
	string message
)

Parameters

message
Type: SystemString
message to be added to the exception.
See Also