ExpectedSqlExceptionAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ExpectedSqlExceptionAttribute : Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExpectedSqlExceptionAttribute = class
    inherit ExpectedSqlExceptionAttribute
Public NotInheritable Class ExpectedSqlExceptionAttribute
Inherits ExpectedSqlExceptionAttribute
Inheritance
Attributes

Constructors

ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

Properties

MatchFirstError (Inherited from ExpectedSqlExceptionAttribute)
MessageNumber (Inherited from ExpectedSqlExceptionAttribute)
Severity (Inherited from ExpectedSqlExceptionAttribute)
State (Inherited from ExpectedSqlExceptionAttribute)

Methods

Verify(Exception) (Inherited from ExpectedSqlExceptionAttribute)

Applies to