Class Assert.AssertionException
The exception thrown when an assertion fails.
public class Assert.AssertionException : Exception, ISerializable
- Inheritance
-
Assert.AssertionException
- Implements
- Inherited Members
- Extension Methods
Constructors
AssertionException(string)
Initializes a new instance of the Exception class with a specified error message.
public AssertionException(string message)
Parameters
messagestringThe message that describes the error.