MissingObjectException 类

定义

当集合中缺少对象或服务器版本下不存在集合时引发的异常。

[System.Serializable]
public sealed class MissingObjectException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type MissingObjectException = class
    inherit SmoException
Public NotInheritable Class MissingObjectException
Inherits SmoException
继承
属性

构造函数

名称 说明
MissingObjectException()

T:Microsoft的构造函数。SqlServer.Management.Smo.MissingObjectException。

MissingObjectException(String, Exception)

T:Microsoft的构造函数。SqlServer.Management.Smo.MissingObjectException。

MissingObjectException(String)

T:Microsoft的构造函数。SqlServer.Management.Smo.MissingObjectException。

属性

名称 说明
HelpLink

获取指向支持网站的字符串链接。

(继承自 SmoException)
Message

以字符串的形式从异常中获取消息。

SmoExceptionType

从 T:Microsoft 获取异常的类型。SqlServer.Management.Smo.SmoExceptionType 枚举。

方法

名称 说明
SetHelpContext(String)

当集合中缺少对象或服务器版本下不存在集合时引发的异常。

(继承自 SmoException)

适用于