Click or drag to resize

AssemblyFacilityOverrideCacheGlobal Property

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

Gets a global singleton instance of AssemblyFacilityOverrideCache.

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

Property Value

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