Click or drag to resize

InvalidTypeException Constructor (String, Object, Object)

Initializes a new instance of the InvalidTypeException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public InvalidTypeException(
	string paramName,
	Object receivedType,
	Object[] expectedType
)

Parameters

paramName
Type: SystemString
receivedType
Type: SystemObject
expectedType
Type: SystemObject
See Also