Click or drag to resize

AssemblyDebugModeCacheAdd Method (AssemblyDebugMode)

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

Adds the specified assembly debug mode setting to the cache.

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

Parameters

debugMode
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyDebugMode
The debug mode setting to add.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe current object is already disposed.
ArgumentNullExceptiondebugMode is .
Remarks
If an override with the identical AssemblyName already exists in the cache, it is replaced with the current object.
See Also