AfterAssemblyInitializeEventArgs.IsAssemblyInitializeFailed Property

Gets a value that indicates whether the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll assembly was not successfully initialized because of an exception.

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

Syntax

'Declaration
Public ReadOnly Property IsAssemblyInitializeFailed As Boolean
public bool IsAssemblyInitializeFailed { get; }
public:
property bool IsAssemblyInitializeFailed {
    bool get ();
}
member IsAssemblyInitializeFailed : bool with get
function get IsAssemblyInitializeFailed () : boolean

Property Value

Type: Boolean
true if the assembly failed because of an exception; otherwise, false.

.NET Framework Security

See Also

Reference

AfterAssemblyInitializeEventArgs Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace