SfcUnregisteredXmlDomainException クラス

シリアル化解除を行っているとき、XML に未登録のドメインが含まれている場合にスローされる例外です。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

継承階層

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
        Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlDomainException

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class SfcUnregisteredXmlDomainException _
    Inherits SfcException
'使用
Dim instance As SfcUnregisteredXmlDomainException
[SerializableAttribute]
public sealed class SfcUnregisteredXmlDomainException : SfcException
[SerializableAttribute]
public ref class SfcUnregisteredXmlDomainException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcUnregisteredXmlDomainException =  
    class 
        inherit SfcException 
    end
public final class SfcUnregisteredXmlDomainException extends SfcException

SfcUnregisteredXmlDomainException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド SfcUnregisteredXmlDomainException() SfcUnregisteredXmlDomainException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック メソッド SfcUnregisteredXmlDomainException(String) 指定したエラー メッセージを使用して、SfcUnregisteredXmlDomainException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック メソッド SfcUnregisteredXmlDomainException(String, Exception) 指定したエラー メッセージとこの例外の原因となった内部例外への参照を使用して、SfcUnregisteredXmlDomainException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ HelpLink この例外に関連するヘルプ ファイルへのリンクを取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 (SfcException から継承されています。)
パブリック プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (Exception から継承されています。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData セキュリティ クリティカル。 (Exception から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
プロテクト メソッド SetHelpContext 参照先の例外のヘルプ コンテキスト値を設定します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 (SfcException から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間