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
function get IsAssemblyInitializeFailed () : boolean
Property Value
Type: System.Boolean
true if the assembly failed because of an exception; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.