Summary
            Adds an exception to the scanner to exclude a specific type
            
		- Assembly
- Rocket.Surgery .Conventions .Abstractions .dll 
- Namespace
- Rocket.Surgery .Conventions .Scanners 
- Containing Type
- IConventionScanner
Syntax
IConventionScanner ExceptConvention(params Assembly[] assemblies)Parameters
| Name | Type | Description | 
|---|---|---|
| assemblies | Assembly[] | The additional types to exclude. | 
Return Value
| Type | Description | 
|---|---|
| IConventionScanner | IConventionScanner. | 
