The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AfterAssemblyInitializeEventArgs::IsAssemblyInitializeFailed Property
Gets a value that indicates whether the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll assembly was not successfully initialized because of an exception.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Property Value
Type: System::Booleantrue if the assembly failed because of an exception; otherwise, false.
Show: