Click or drag to resize

InvalidTypeException Constructor (String, Exception)

Initializes a new instance of the InvalidTypeException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public InvalidTypeException(
	string msg,
	Exception cause
)

Parameters

msg
Type: SystemString
cause
Type: SystemException
See Also