Click or drag to resize

AssemblyDebugModeCacheGlobal Property

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

Gets a global singleton instance of AssemblyDebugModeCache.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public static AssemblyDebugModeCache Global { get; }
View Source

Property Value

Type: AssemblyDebugModeCache
A instance of AssemblyDebugModeCache.
Remarks
This instance is used by the Errors class that is automatically added to every project referencing the NerdyDuck.CodedExceptions NuGet package.
See Also