Class AssertionError
- Namespace
- Olve.Utilities.Assertions
- Assembly
- Olve.Utilities.dll
Represents an assertion error from Assert.
public class AssertionError : Exception, ISerializable
- Inheritance
-
AssertionError
- Implements
- Inherited Members
Constructors
AssertionError(string)
Represents an assertion error from Assert.
public AssertionError(string message)
Parameters
message
stringThe message of the error.