ProblemSuppressionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
ProblemSuppressionException() |
Construct a new instance of the ProblemSuppressionException class. |
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. |
ProblemSuppressionException(String) |
Construct a new instance of the ProblemSuppressionException class with the specified error message. |
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) |