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
繼承
屬性

建構函式

名稱 Description
MissingObjectException()

T:Microsoft 的建構器。SqlServer.Management.Smo.MissingObjectException.

MissingObjectException(String, Exception)

T:Microsoft 的建構器。SqlServer.Management.Smo.MissingObjectException.

MissingObjectException(String)

T:Microsoft 的建構器。SqlServer.Management.Smo.MissingObjectException.

屬性

名稱 Description
HelpLink

會收到一個連結作為支援網站的字串。

(繼承來源 SmoException)
Message

從例外中接收訊息,作為一個字串。

SmoExceptionType

會收到 T:Microsoft 的例外類型。SqlServer.Management.Smo.SmoExceptionType enumeration.

方法

名稱 Description
SetHelpContext(String)

當集合中缺少物件或伺服器版本中不存在集合時,會拋出例外。

(繼承來源 SmoException)

適用於