Click or drag to resize

DependencyException Constructor (Type)

Initializes a new instance of the DependencyException class with the specified missing type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DependencyException(
	Type type
)

Parameters

type
Type: SystemType
The type that could not be created by the Service Provider.
See Also