UnitTestAssertException 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.
Base class for Framework Exceptions.
public ref class UnitTestAssertException abstract : Exceptionpublic abstract class UnitTestAssertException : Exception[System.Serializable]
public abstract class UnitTestAssertException : Exceptiontype UnitTestAssertException = class
    inherit Exception[<System.Serializable>]
type UnitTestAssertException = class
    inherit ExceptionPublic MustInherit Class UnitTestAssertException
Inherits Exception- Inheritance
- 
				UnitTestAssertException
- Derived
- Attributes
Constructors
| UnitTestAssertException() | Initializes a new instance of the UnitTestAssertException class. | 
| UnitTestAssertException(SerializationInfo, StreamingContext) | Initializes a new instance of the UnitTestAssertException class. | 
| UnitTestAssertException(String, Exception) | Initializes a new instance of the UnitTestAssertException class. | 
| UnitTestAssertException(String) | Initializes a new instance of the UnitTestAssertException class. | 
Properties
| Message | 
Methods
| GetObjectData(SerializationInfo, StreamingContext) |