An exception that is thrown when an assertion fails. More...
Inherits Exception.
Public Member Functions | |
AssertException () | |
Creates a new instance of the exception. More... | |
AssertException (string msg) | |
Creates a new instance of the exception with a message. More... | |
An exception that is thrown when an assertion fails.
|
inline |
Creates a new instance of the exception.
|
inline |
Creates a new instance of the exception with a message.
msg | A message |