C# Class Microsoft.Practices.Composite.Modularity.ModuleInitializeException

Exception thrown by IModuleInitializer implementations whenever a module fails to load.
Inheritance: Microsoft.Practices.Composite.Modularity.ModularityException
Afficher le fichier Open project: nirzaf/EclipsePOS.WPF.SystemManager Class Usage Examples

Méthodes protégées

Méthode Description
ModuleInitializeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance with serialized data.

Method Details

ModuleInitializeException() protected méthode

Initializes a new instance with serialized data.
protected ModuleInitializeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Résultat System