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
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.