UnsupportedVersionException 類別

定義

當操作失敗時,例外會被拋出。

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

建構函式

名稱 Description
UnsupportedVersionException()

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

UnsupportedVersionException(String, Exception)

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

UnsupportedVersionException(String)

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

屬性

名稱 Description
HelpLink

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

(繼承來源 SmoException)
SmoExceptionType

從 T:Microsoft 獲得的那種例外。SqlServer.Management.Smo.SmoExceptionType enumeration.

方法

名稱 Description
SetHelpContext(String)

當操作失敗時,例外會被拋出。

(繼承來源 SmoException)

適用於