Summary
            Adds an exception to the scanner to exclude a specific type
            
		- Assembly
- Rocket.Surgery .Conventions .dll 
- Namespace
- Rocket.Surgery .Conventions .Scanners 
- Containing Type
- ConventionScanner Base 
Syntax
public IConventionScanner ExceptConvention(IEnumerable<Assembly> assemblies)Parameters
| Name | Type | Description | 
|---|---|---|
| assemblies | IEnumerable | The convention types to exclude. | 
Return Value
| Type | Description | 
|---|---|
| IConventionScanner | IConventionScanner. | 
