Click or drag to resize

AssemblyDebugMode Constructor (AssemblyIdentity, Boolean)

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

Initializes a new instance of the AssemblyDebugMode class with the specified assembly name and debug mode setting.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public AssemblyDebugMode(
	AssemblyIdentity assemblyName,
	bool isEnabled
)
View Source

Parameters

assemblyName
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The name of the assembly that the debug mode is configured for.
isEnabled
Type: SystemBoolean
A value indicating if debug mode is enabled for the assembly defined in assemblyName.
Exceptions
ExceptionCondition
ArgumentNullExceptionassemblyName is .
See Also