C# Класс Griffin.Container.ConcreteDependencyMissingException

Tried to build a concrete without finding all dependencies.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ConcreteDependencyMissingException ( Type concreteType, FailureReasons error ) : System

Initializes a new instance of the ConcreteDependencyMissingException class.

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

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

Initializes a new instance of the ConcreteDependencyMissingException class.
public ConcreteDependencyMissingException ( Type concreteType, FailureReasons error ) : System
concreteType System.Type Type of the concrete which could not be built.
error FailureReasons The error.
Результат System