ModuleLoadException Class

Exception thrown by IModuleLoaderService implementations whenever a module fails to load.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ModuleLoadException
    Inherits Exception
'Usage
Dim instance As ModuleLoadException
[SerializableAttribute] 
public class ModuleLoadException : Exception
[SerializableAttribute] 
public ref class ModuleLoadException : public Exception
/** @attribute SerializableAttribute() */ 
public class ModuleLoadException extends Exception
SerializableAttribute 
public class ModuleLoadException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Practices.CompositeUI.Services.ModuleLoadException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModuleLoadException Members
Microsoft.Practices.CompositeUI.Services Namespace