This is the base class for unit test exceptions.
<SerializableAttribute> _ Public MustInherit Class UnitTestAssertException _ Inherits Exception
[SerializableAttribute] public abstract class UnitTestAssertException : Exception
[SerializableAttribute] public ref class UnitTestAssertException abstract : public Exception
[<AbstractClass>] [<SerializableAttribute>] type UnitTestAssertException = class inherit Exception end
public abstract class UnitTestAssertException extends Exception
The UnitTestAssertException type exposes the following members.
This class is serializable.