AssertFailedException Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AssertFailedException class. Used to indicate failure for a test case.
public ref class AssertFailedException : Microsoft::VisualStudio::TestTools::UnitTesting::UnitTestAssertException
	public class AssertFailedException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
	[System.Serializable]
public class AssertFailedException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
	type AssertFailedException = class
    inherit UnitTestAssertException
	[<System.Serializable>]
type AssertFailedException = class
    inherit UnitTestAssertException
	Public Class AssertFailedException
Inherits UnitTestAssertException
		- Inheritance
 
- Attributes
 
Constructors
| AssertFailedException() | 
		 Initializes a new instance of the AssertFailedException class.  | 
        	
| AssertFailedException(SerializationInfo, StreamingContext) | 
		 Initializes a new instance of the AssertFailedException class.  | 
        	
| AssertFailedException(String, Exception) | 
		 Initializes a new instance of the AssertFailedException class.  | 
        	
| AssertFailedException(String) | 
		 Initializes a new instance of the AssertFailedException class.  | 
        	
Properties
| Message | (Inherited from UnitTestAssertException) | 
Methods
| GetObjectData(SerializationInfo, StreamingContext) | (Inherited from UnitTestAssertException) |