Share via


ExpectedSqlExceptionAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class ExpectedSqlExceptionAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExpectedSqlExceptionAttribute = class
    inherit ExpectedExceptionBaseAttribute
Public Class ExpectedSqlExceptionAttribute
Inherits ExpectedExceptionBaseAttribute
Inheritance
ExpectedSqlExceptionAttribute
Derived
Attributes

Constructors

ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

Properties

MatchFirstError
MessageNumber
Severity
State

Methods

Verify(Exception)

Applies to