Compartir a través de


ExpectedExceptionAttribute Clase

Definición

ExpectedExceptionAttribute

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public class ExpectedExceptionAttribute : NUnit.Framework.NUnitAttribute
type ExpectedExceptionAttribute = class
    inherit NUnitAttribute
Herencia
ExpectedExceptionAttribute
Atributos

Constructores

ExpectedExceptionAttribute()

Constructor para una excepción no específica

ExpectedExceptionAttribute(String)

ExpectedExceptionAttribute

ExpectedExceptionAttribute(Type)

Constructor para un tipo determinado de excepción

Propiedades

ExceptionData

ExpectedExceptionAttribute

ExpectedException

ExpectedExceptionAttribute

ExpectedExceptionName

ExpectedExceptionAttribute

ExpectedMessage

ExpectedExceptionAttribute

Handler

ExpectedExceptionAttribute

MatchType

ExpectedExceptionAttribute

UserMessage

ExpectedExceptionAttribute

Se aplica a