UnsupportedCompatLevelException 類別

定義

當執行操作時指定該操作的相容性等級未被支援時,會拋出該例外。

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

建構函式

名稱 Description
UnsupportedCompatLevelException()

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

UnsupportedCompatLevelException(String, Exception)

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

UnsupportedCompatLevelException(String)

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

屬性

名稱 Description
HelpLink

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

(繼承來源 SmoException)
SmoExceptionType

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

方法

名稱 Description
SetHelpContext(String)

當執行操作時指定該操作的相容性等級未被支援時,會拋出該例外。

(繼承來源 SmoException)

適用於