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 : 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, 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) |