Aracılığıyla paylaş


ExpectedExceptionBaseAttribute.RethrowIfAssertException Yöntem

Öyleyse yeniden istisna atar bir AssertFailedException veya bir AssertInconclusiveException.

Ad alanı:  Microsoft.VisualStudio.TestTools.UnitTesting
Derleme:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll içinde)

Sözdizimi

'Bildirim
Protected Sub RethrowIfAssertException ( _
    exception As Exception _
)
protected void RethrowIfAssertException(
    Exception exception
)
protected:
void RethrowIfAssertException(
    Exception^ exception
)
member RethrowIfAssertException : 
        exception:Exception -> unit 
protected function RethrowIfAssertException(
    exception : Exception
)

Parametreler

  • exception
    Tür: System.Exception
    Onaylama işlemi özel durum ise oluşturulacak özel durum.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ExpectedExceptionBaseAttribute Sınıf

Microsoft.VisualStudio.TestTools.UnitTesting Ad Alanı