C# Class Ninject.Extensions.NamedScope.ExceptionFormatter

Provides meaningful exception messages.
显示文件 Open project: ninject/Ninject.Extensions.NamedScope Class Usage Examples

Public Methods

Method Description
CouldNotFindScope ( IRequest request, string scopeName ) : string

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

Method Details

CouldNotFindScope() public static method

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
return string