Click or drag to resize

AssemblyDebugMode Constructor (String, 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(
	string assemblyName,
	bool isEnabled
)
View Source

Parameters

assemblyName
Type: SystemString
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
CodedArgumentNullExceptionassemblyName is .
CodedFormatExceptionassemblyName is not a valid assembly name (full or partially qualified).
See Also