C# Класс Prism.Modularity.ModuleTypeLoadingException

Exception thrown by IModuleManager implementations whenever a module fails to retrieve.
Наследование: Prism.Modularity.ModularityException
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
ModuleTypeLoadingException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance with serialized data.

Описание методов

ModuleTypeLoadingException() защищенный Метод

Initializes a new instance with serialized data.
protected ModuleTypeLoadingException ( 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.
Результат System