Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

NS_PRECONDITION

Summary

Macro

Has the same effect as NS_ASSERTION. Should be used to test conditions that the caller of a method ought to ensure.

Syntax

NS_PRECONDITION(expressionToTest, "error text");

See also

Document Tags and Contributors

 Contributors to this page: teoli, Nickolay
 Last updated by: Nickolay,