AssemblyAlreadyRegisteredException 类

定义

当 FacetRepository 第二次尝试扫描同一程序集时,将引发此异常

public sealed class AssemblyAlreadyRegisteredException : Microsoft.SqlServer.Management.Dmf.DmfException
type AssemblyAlreadyRegisteredException = class
    inherit DmfException
Public NotInheritable Class AssemblyAlreadyRegisteredException
Inherits DmfException
继承
AssemblyAlreadyRegisteredException

构造函数

名称 说明
AssemblyAlreadyRegisteredException()

基本构造函数

AssemblyAlreadyRegisteredException(String, Exception)

基本构造函数

AssemblyAlreadyRegisteredException(String)

为重复尝试注册同一程序集创建异常

属性

名称 说明
Assembly

冒犯程序集

DmfExceptionType

异常类型

HelpLink

将输出指向帮助网站的链接

(继承自 DmfException)
Message

消息

方法

名称 说明
Init()

初始化实例属性

(继承自 DmfException)
SetHelpContext(String)

设置帮助上下文

(继承自 DmfException)

适用于