ProblemSuppressionException クラス

定義

ルールの問題抑制テストの実行時に発生した例外を表します。

public sealed class ProblemSuppressionException : Microsoft.SqlServer.Dac.Model.DacModelException
type ProblemSuppressionException = class
    inherit DacModelException
Public NotInheritable Class ProblemSuppressionException
Inherits DacModelException
継承
ProblemSuppressionException

コンストラクター

名前 説明
ProblemSuppressionException()

ProblemSuppressionException クラスの新しいインスタンスを構築します。

ProblemSuppressionException(String, Exception)

指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、 ProblemSuppressionException クラスの新しいインスタンスを構築します。

ProblemSuppressionException(String)

指定したエラー メッセージを使用して、 ProblemSuppressionException クラスの新しいインスタンスを構築します。

プロパティ

名前 説明
Messages

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

(継承元 DacModelException)

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

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

(継承元 DacModelException)

適用対象