ModuleTypeLoaderNotFoundException Class

Exception that's thrown when there is no IModuleTypeLoader registered in ModuleTypeLoaders that can handle this particular type of module.

Namespace:  Microsoft.Practices.Prism.Modularity
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class ModuleTypeLoaderNotFoundException : ModularityException
'Declaration
Public Class ModuleTypeLoaderNotFoundException _
    Inherits ModularityException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Practices.Prism.Modularity.ModularityException
      Microsoft.Practices.Prism.Modularity.ModuleTypeLoaderNotFoundException

See Also

ModuleTypeLoaderNotFoundException Members

Microsoft.Practices.Prism.Modularity Namespace