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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.