UnitTestAssertException Class

Definition

Base class for Framework Exceptions.

public ref class UnitTestAssertException abstract : Exception
[System.Serializable]
public abstract class UnitTestAssertException : Exception
[<System.Serializable>]
type UnitTestAssertException = class
    inherit Exception
Public MustInherit Class UnitTestAssertException
Inherits Exception
Inheritance
UnitTestAssertException
Derived
Attributes

Constructors

UnitTestAssertException()

Initializes a new instance of the UnitTestAssertException class.

UnitTestAssertException(SerializationInfo, StreamingContext)
UnitTestAssertException(String)

Initializes a new instance of the UnitTestAssertException class.

UnitTestAssertException(String, Exception)

Initializes a new instance of the UnitTestAssertException class.

Properties

Message

Methods

GetObjectData(SerializationInfo, StreamingContext)

Applies to