Sprache

ProblemSuppressionException Konstruktoren

Definition

Überlädt

Name Beschreibung
ProblemSuppressionException()

Erstellen Sie eine neue Instanz der ProblemSuppressionException Klasse.

ProblemSuppressionException(String)

Erstellen Sie eine neue Instanz der ProblemSuppressionException Klasse mit der angegebenen Fehlermeldung.

ProblemSuppressionException(String, Exception)

Erstellen Sie eine neue Instanz der ProblemSuppressionException Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

ProblemSuppressionException()

Erstellen Sie eine neue Instanz der ProblemSuppressionException Klasse.

public ProblemSuppressionException();
Public Sub New ()

Gilt für:

ProblemSuppressionException(String)

Erstellen Sie eine neue Instanz der ProblemSuppressionException Klasse mit der angegebenen Fehlermeldung.

public ProblemSuppressionException(string message);
new Microsoft.SqlServer.Dac.CodeAnalysis.ProblemSuppressionException : string -> Microsoft.SqlServer.Dac.CodeAnalysis.ProblemSuppressionException
Public Sub New (message As String)

Parameter

message
String

Gilt für:

ProblemSuppressionException(String, Exception)

Erstellen Sie eine neue Instanz der ProblemSuppressionException Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

public ProblemSuppressionException(string message, Exception innerException);
new Microsoft.SqlServer.Dac.CodeAnalysis.ProblemSuppressionException : string * Exception -> Microsoft.SqlServer.Dac.CodeAnalysis.ProblemSuppressionException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung, die den Fehler beschreibt.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein Nullverweis, wenn keine innere Ausnahme angegeben wird.

Gilt für: