ExpectedExceptionAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Expectedexceptionattribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public class ExpectedExceptionAttribute : NUnit.Framework.NUnitAttribute
type ExpectedExceptionAttribute = class
inherit NUnitAttribute
- Vererbung
- Attribute
Konstruktoren
ExpectedExceptionAttribute() |
Konstruktor für eine nicht spezifische Ausnahme |
ExpectedExceptionAttribute(String) |
Expectedexceptionattribute |
ExpectedExceptionAttribute(Type) |
Konstruktor für einen bestimmten Ausnahmetyp |
Eigenschaften
ExceptionData |
Expectedexceptionattribute |
ExpectedException |
Expectedexceptionattribute |
ExpectedExceptionName |
Expectedexceptionattribute |
ExpectedMessage |
Expectedexceptionattribute |
Handler |
Expectedexceptionattribute |
MatchType |
Expectedexceptionattribute |
UserMessage |
Expectedexceptionattribute |