Freigeben über


ExpectedExceptionBaseAttribute-Konstruktor (String)

Initialisiert eine neue Instanz der ExpectedExceptionBaseAttribute-Klasse.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Protected Sub New ( _
    noExceptionMessage As String _
)
protected ExpectedExceptionBaseAttribute(
    string noExceptionMessage
)
protected:
ExpectedExceptionBaseAttribute(
    String^ noExceptionMessage
)
new : 
        noExceptionMessage:string -> ExpectedExceptionBaseAttribute
protected function ExpectedExceptionBaseAttribute(
    noExceptionMessage : String
)

Parameter

  • noExceptionMessage
    Typ: String

    Wenn der Test fehlschlägt, weil keine Ausnahme ausgelöst wurde, ist diese Meldung im Testergebnis enthalten.

Hinweise

Initialisiert die Meldung, dass keine Ausnahme aufgetreten ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExpectedExceptionBaseAttribute Klasse

ExpectedExceptionBaseAttribute-Überladung

Microsoft.VisualStudio.TestTools.UnitTesting-Namespace