PexAssertFailedException Class

Definition

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
PexAssertFailedException
Attributes

Constructors

PexAssertFailedException()

Creates an instance of this class.

PexAssertFailedException(SerializationInfo, StreamingContext)

Creates an instance of this class.

PexAssertFailedException(String)

Creates an instance of this class.

PexAssertFailedException(String, Exception)

Creates an instance of this class.

Applies to