SfcException クラス
すべての SFC 例外の基本クラスです。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcException
詳細情報...
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
<SerializableAttribute> _
Public Class SfcException _
Inherits SqlServerManagementException
'使用
Dim instance As SfcException
[SerializableAttribute]
public class SfcException : SqlServerManagementException
[SerializableAttribute]
public ref class SfcException : public SqlServerManagementException
[<SerializableAttribute>]
type SfcException =
class
inherit SqlServerManagementException
end
public class SfcException extends SqlServerManagementException
SfcException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SfcException() () () () | SfcException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
SfcException(String) | 指定したエラー メッセージを使用して、SfcException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
SfcException(SerializationInfo, StreamingContext) | 指定したシリアル化情報とストリーム コンテキストを使用して、SfcException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
SfcException(String, Exception) | 指定したエラー メッセージとこの例外の原因となった内部例外への参照を使用して、SfcException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | この例外に関連するヘルプ ファイルへのリンクを取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 (Exception. . :: . .HelpLink をオーバーライドします。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
ProdVer | SMO 例外を生成した SQL Server のインスタンスの製品バージョンを取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
SetHelpContext | 参照先の例外のヘルプ コンテキスト値を設定します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcObjectNotFoundException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcCRUDOperationFailedException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDesignModeException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcEmptyXmlException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidArgumentException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidConnectionContextModeChangeException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidKeyChainException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidKeyException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidMoveException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidQueryExpressionException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidRenameException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidStateException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidStreamException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInvalidXmlParentTypeException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcMetadataException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcMissingParentException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcNonSerializablePropertyException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcNonSerializableTypeException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectInitializationException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectNotScriptableException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcPathConversionException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcPropertyNotSetException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcPropertyReadOnlyException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcQueryConnectionUnavailableException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSecurityException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSerializationException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSqlCeNotInstalledException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcUnregisteredXmlDomainException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcUnregisteredXmlTypeException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcUnsupportedVersionException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcUnsupportedVersionSerializationException