AssertException CLASS

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

All Members


TypeNameSignature
constructorAssertExceptionpublic AssertException(string)

Constructors


public AssertException(string msg)

Create an instance of AssertException with specified message.

Parameters

  • msg The message for this exception.