Click or drag to resize

InstantiationException Constructor

Initializes a new instance of the InstantiationException class.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public InstantiationException(
	Type typeToInstantiate,
	Exception innerException
)

Parameters

typeToInstantiate
Type: SystemType
innerException
Type: SystemException
See Also