次の方法で共有


DeploymentFailedException クラス

配置中に発生する例外を表します。

継承階層

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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Dac.Deployment 名前空間