配置中に発生する例外を表します。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Dac.Model.DacModelException
Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class DeploymentFailedException _
Inherits DacModelException
'使用
Dim instance As DeploymentFailedException
[SerializableAttribute]
public sealed class DeploymentFailedException : DacModelException
[SerializableAttribute]
public ref class DeploymentFailedException sealed : public DacModelException
[<SealedAttribute>]
[<SerializableAttribute>]
type DeploymentFailedException =
class
inherit DacModelException
end
public final class DeploymentFailedException extends DacModelException
DeploymentFailedException 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
DeploymentFailedException() | DeploymentFailedException クラスの新しいインスタンスを初期化します。 |
![]() |
DeploymentFailedException(String) | DeploymentFailedException クラスの新しいインスタンスを初期化します。 |
![]() |
DeploymentFailedException(String, Exception) | DeploymentFailedException クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Data | (Exception から継承されています。) |
![]() |
HelpLink | (Exception から継承されています。) |
![]() |
HResult | (Exception から継承されています。) |
![]() |
InnerException | (Exception から継承されています。) |
![]() |
Message | (Exception から継承されています。) |
![]() |
Messages | この例外に関連付けられている追加のエラー メッセージ、警告メッセージ、および情報メッセージのコレクションを取得します。 (DacModelException から継承されています。) |
![]() |
Source | (Exception から継承されています。) |
![]() |
StackTrace | (Exception から継承されています。) |
![]() |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
GetBaseException | (Exception から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetObjectData | 指定された SerializationInfo オブジェクトに例外情報を書き込みます。 (DacModelException から継承されています。) |
![]() |
GetType | (Exception から継承されています。) |
![]() |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)