C# 클래스 Ninject.Extensions.NamedScope.ExceptionFormatter

Provides meaningful exception messages.
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.NamedScope 1 사용 예제들

공개 메소드들

메소드 설명
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