PexAssertFailedException 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.
Exception representing a failed test case.
public ref class PexAssertFailedException : Microsoft::Pex::Framework::Exceptions::PexException
[System.Serializable]
public class PexAssertFailedException : Microsoft.Pex.Framework.Exceptions.PexException
[<System.Serializable>]
type PexAssertFailedException = class
inherit PexException
Public Class PexAssertFailedException
Inherits PexException
- Inheritance
- Attributes
Constructors
PexAssertFailedException() |
Creates an instance of this class. |
PexAssertFailedException(SerializationInfo, StreamingContext) |
Creates an instance of this class. |
PexAssertFailedException(String, Exception) |
Creates an instance of this class. |
PexAssertFailedException(String) |
Creates an instance of this class. |