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
Syntaxpublic AssemblyIdentity(
string assemblyName
)
Public Sub New (
assemblyName As String
)
View SourceParameters
- assemblyName
- Type: SystemString
The assembly name to parse.
ExceptionsException | Condition |
---|
FormatException | The version or public key token part of the assembly name are invalid. |
See Also