ExpectedExceptionAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ExpectedExceptionAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public class ExpectedExceptionAttribute : NUnit.Framework.NUnitAttribute
type ExpectedExceptionAttribute = class
inherit NUnitAttribute
- Héritage
- Attributs
Constructeurs
ExpectedExceptionAttribute() |
Constructeur pour une exception non spécifique |
ExpectedExceptionAttribute(String) |
ExpectedExceptionAttribute |
ExpectedExceptionAttribute(Type) |
Constructeur pour un type d’exception donné |
Propriétés
ExceptionData |
ExpectedExceptionAttribute |
ExpectedException |
ExpectedExceptionAttribute |
ExpectedExceptionName |
ExpectedExceptionAttribute |
ExpectedMessage |
ExpectedExceptionAttribute |
Handler |
ExpectedExceptionAttribute |
MatchType |
ExpectedExceptionAttribute |
UserMessage |
ExpectedExceptionAttribute |