C# Class Ninject.Extensions.NamedScope.ExceptionFormatter

Provides meaningful exception messages.
Afficher le fichier Open project: ninject/Ninject.Extensions.NamedScope Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat string