DeploymentFailedException クラス

定義

デプロイ中に発生する例外を表します。

[System.Serializable]
public sealed class DeploymentFailedException : Microsoft.SqlServer.Dac.Model.DacModelException
[<System.Serializable>]
type DeploymentFailedException = class
    inherit DacModelException
Public NotInheritable Class DeploymentFailedException
Inherits DacModelException
継承
DeploymentFailedException
属性

コンストラクター

名前 説明
DeploymentFailedException()

DeploymentFailedException クラスの新しいインスタンスを初期化します。

DeploymentFailedException(String, Exception)

DeploymentFailedException クラスの新しいインスタンスを初期化します。

DeploymentFailedException(String)

DeploymentFailedException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Messages

この例外に関連付けられている追加のエラー、警告、および情報メッセージのコレクションを取得します。

(継承元 DacModelException)

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

指定された SerializationInfo オブジェクトに例外情報を書き込みます。

(継承元 DacModelException)

適用対象