Click or drag to resize

AssemblyFacilityOverride Constructor (AssemblyIdentity, Int32)

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

Initializes a new instance of the AssemblyFacilityOverride class with the specified assembly name and facility identifier.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public AssemblyFacilityOverride(
	AssemblyIdentity assemblyName,
	int identifier
)
View Source

Parameters

assemblyName
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The name of the assembly that the identifier override is configured for.
identifier
Type: SystemInt32
The overridden identifier value.
Exceptions
ExceptionCondition
ArgumentNullExceptionassemblyName is .
ArgumentOutOfRangeExceptionidentifier is less than 0 or greater than 2017.
See Also