AssemblyAlreadyRegisteredException Class

Definition

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
AssemblyAlreadyRegisteredException

Constructors

AssemblyAlreadyRegisteredException()

Base constructor

AssemblyAlreadyRegisteredException(String)

Creates an Exception for repeated attempt to register the same assembly

AssemblyAlreadyRegisteredException(String, Exception)

Base constructor

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)

Applies to