Click or drag to resize

ModelException Constructor (String, Exception)

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,
	Exception inner
)

Parameters

message
Type: SystemString
The message that describes the error.
inner
Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also