C# Класс Ninject.Extensions.NamedScope.ExceptionFormatter

Provides meaningful exception messages.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CouldNotFindScope ( IRequest request, string scopeName ) : string

Generates a message saying that the binding could not be resolved due to unknown scope

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

CouldNotFindScope() публичный статический Метод

Generates a message saying that the binding could not be resolved due to unknown scope
public static CouldNotFindScope ( IRequest request, string scopeName ) : string
request IRequest The request.
scopeName string Scope name
Результат string