InternalTestFailureException 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.
Caution
We will remove or hide this type starting with v4. If you are using this type, reach out to our team on https://github.com/microsoft/testfx.
InternalTestFailureException class. Used to indicate internal failure for a test case.
public ref class InternalTestFailureException : Microsoft::VisualStudio::TestTools::UnitTesting::UnitTestAssertException
public class InternalTestFailureException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
[System.Serializable]
public class InternalTestFailureException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
[System.Serializable]
[System.Obsolete("We will remove or hide this type starting with v4. If you are using this type, reach out to our team on https://github.com/microsoft/testfx.")]
public class InternalTestFailureException : Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
type InternalTestFailureException = class
inherit UnitTestAssertException
[<System.Serializable>]
type InternalTestFailureException = class
inherit UnitTestAssertException
[<System.Serializable>]
[<System.Obsolete("We will remove or hide this type starting with v4. If you are using this type, reach out to our team on https://github.com/microsoft/testfx.")>]
type InternalTestFailureException = class
inherit UnitTestAssertException
Public Class InternalTestFailureException
Inherits UnitTestAssertException
- Inheritance
- Attributes
Remarks
This class is only added to preserve source compatibility with the V1 framework. For all practical purposes either use AssertFailedException/AssertInconclusiveException.
Constructors
InternalTestFailureException() |
Initializes a new instance of the InternalTestFailureException class. |
InternalTestFailureException(SerializationInfo, StreamingContext) | |
InternalTestFailureException(String, Exception) |
Initializes a new instance of the InternalTestFailureException class. |
InternalTestFailureException(String) |
Initializes a new instance of the InternalTestFailureException class. |
Properties
Message | (Inherited from UnitTestAssertException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from UnitTestAssertException) |