AssemblyAlreadyRegisteredException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception gets thrown when FacetRepository attempts to scan the same assembly for the second time
public sealed class AssemblyAlreadyRegisteredException : Microsoft.SqlServer.Management.Dmf.DmfException
type AssemblyAlreadyRegisteredException = class
inherit DmfException
Public NotInheritable Class AssemblyAlreadyRegisteredException
Inherits DmfException
- Inheritance
Constructors
AssemblyAlreadyRegisteredException() |
Base constructor |
AssemblyAlreadyRegisteredException(String, Exception) |
Base constructor |
AssemblyAlreadyRegisteredException(String) |
Creates an Exception for repeated attempt to register the same assembly |
Properties
Assembly |
Offending Assembly |
DmfExceptionType |
Exception Type |
HelpLink |
will output a link to the help web site (Inherited from DmfException) |
Message |
Message |
Methods
Init() |
Initializes instance properties (Inherited from DmfException) |
SetHelpContext(String) |
Sets Help Context (Inherited from DmfException) |