Język

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

Name Description
ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

Properties

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

Methods

Name Description
Verify(Exception) (Inherited from ExpectedSqlExceptionAttribute)

Applies to