Click or drag to resize

InvalidCastOperationException Constructor (String)

Initializes a new instance of the InvalidCastOperationException class

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

Parameters

msg
Type: SystemString

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

See Also