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

Name Description
ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

Properties

Name Description
MatchFirstError
MessageNumber
Severity
State

Methods

Name Description
Verify(Exception)

Applies to