AssertFailedException Class

Definition

AssertFailedException class. Used to indicate failure for a test case

public ref class AssertFailedException : Microsoft::VisualStudio::TestTools::UnitTesting::UnitTestAssertException
[System.Serializable]
public class AssertFailedException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
[<System.Serializable>]
type AssertFailedException = class
    inherit UnitTestAssertException
Public Class AssertFailedException
Inherits UnitTestAssertException
Inheritance
AssertFailedException
Attributes

Constructors

AssertFailedException()

Initializes a new instance of the AssertFailedException class.

AssertFailedException(SerializationInfo, StreamingContext)
AssertFailedException(String)

Initializes a new instance of the AssertFailedException class.

AssertFailedException(String, Exception)

Initializes a new instance of the AssertFailedException class.

Properties

Message (Inherited from UnitTestAssertException)

Methods

GetObjectData(SerializationInfo, StreamingContext) (Inherited from UnitTestAssertException)

Applies to