言語

SfcDesignModeException クラス

定義

この例外は、デザイン モードの切り替えが失敗したときにスローされます。

[System.Serializable]
public sealed class SfcDesignModeException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcDesignModeException = class
    inherit SfcException
Public NotInheritable Class SfcDesignModeException
Inherits SfcException
継承
属性

コンストラクター

名前 説明
SfcDesignModeException()

コンストラクター

SfcDesignModeException(String, Exception)

基本コンストラクター

SfcDesignModeException(String)

基本コンストラクター

プロパティ

名前 説明
HelpLink

この例外は、デザイン モードの切り替えが失敗したときにスローされます。

(継承元 SfcException)

メソッド

名前 説明
SetHelpContext(String)

この例外は、デザイン モードの切り替えが失敗したときにスローされます。

(継承元 SfcException)

適用対象