ExpectedSqlExceptionAttribute Clase

Definición

[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
Herencia
ExpectedSqlExceptionAttribute
Derivado
Atributos

Constructores

Nombre Description
ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

Propiedades

Nombre Description
MatchFirstError
MessageNumber
Severity
State

Métodos

Nombre Description
Verify(Exception)

Se aplica a