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
public abstract class UnitTestAssertException : Exception
[System.Serializable]
public abstract class UnitTestAssertException : Exception
type UnitTestAssertException = class
inherit 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) |
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.