ProblemSuppressionException Class

Definition

Represents an exception that occurred when running the rule problem suppression test.

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

Constructors

ProblemSuppressionException()

Construct a new instance of the ProblemSuppressionException class.

ProblemSuppressionException(String)

Construct a new instance of the ProblemSuppressionException class with the specified error message.

ProblemSuppressionException(String, Exception)

Construct a new instance of the ProblemSuppressionException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Properties

Messages

Get collection of additional error, warning, and informational messages associated with this exception.

(Inherited from DacModelException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Write exception information to the supplied SerializationInfo object.

(Inherited from DacModelException)

Applies to