Click or drag to resize

ModelException Constructor

create exception to be thrown in case of problems with model-creation

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

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Karamba.Models.ModelException.#ctor(System.String)"]

See Also