Click or drag to resize

AssemblyFacilityIdentifierAttribute Constructor

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

Initializes a new instance of the AssemblyFacilityIdentifierAttribute with the specified facility id.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public AssemblyFacilityIdentifierAttribute(
	int facilityId
)
View Source

Parameters

facilityId
Type: SystemInt32
The identifier for the facility (= the attributed assembly).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionfacilityId is less than 0 or greater than 2048.
See Also