An exception that can be thrown when asserting on a condition failed. While most notably used by the built-in global function assert()
and assetEqual()
(requiring include "assert.jul"
), it's not particularly reserved for system use.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | AssertException | public AssertException(string) |
public AssertException(string msg)
Create an instance of AssertException with specified message.
Parameters