Click or drag to resize

AssemblyFacilityOverrideCacheAddRange Method

[This is preliminary documentation and is subject to change.]

Adds a list of AssemblyFacilityOverrides to the cache.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public void AddRange(
	IEnumerable<AssemblyFacilityOverride> facilityOverrides
)
View Source

Parameters

facilityOverrides
Type: System.Collections.GenericIEnumerableAssemblyFacilityOverride
A list of AssemblyFacilityOverrides. May be empty or .
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe current object is already disposed.
Remarks
If an override with the identical AssemblyName already exists in the cache, it is replaced with the override in the specified list.
See Also