C# Класс ArenaNet.Sprout.IoC.ComponentNotFoundException

An exception that is thrown when the component is not found but required in the Context.
Наследование: ContextException
Показать файл Открыть проект

Открытые методы

Метод Описание
ComponentNotFoundException ( Type componentType, string name ) : System

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

ComponentNotFoundException() публичный Метод

public ComponentNotFoundException ( Type componentType, string name ) : System
componentType System.Type
name string
Результат System