Click or drag to resize

AssemblyFacilityOverrideCacheAdd Method (AssemblyFacilityOverride)

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

Adds the specified assembly facility identifier override to the cache.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public void Add(
	AssemblyFacilityOverride facilityOverride
)
View Source

Parameters

facilityOverride
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyFacilityOverride
The override to add.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe current object is already disposed.
ArgumentNullExceptionfacilityOverride is .
Remarks
If an override with the identical AssemblyName already exists in the cache, it is replaced with the current override.
See Also