Click or drag to resize

NotFoundException Constructor (String)

Initializes a new instance of the NotFoundException class

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NotFoundException(
	string msg
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Casewhere.Common.Exceptions.NotFoundException.#ctor(System.String)"]

See Also