Click or drag to resize

AssemblyIdentity Constructor (String)

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

Initializes a new instance of the AssemblyIdentity class with the specified assembly name.

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

Parameters

assemblyName
Type: SystemString
The assembly name to parse.
Exceptions
ExceptionCondition
FormatExceptionThe version or public key token part of the assembly name are invalid.
See Also