AssertError
Summary
Represents an assertion error.
Description
Represents an assertion error.
Examples
1 2 3 4 5 6 7 8 9 | import System;import System.Assert;try { assert(1 == 0);}catch(e) { Console.error(e);} |
Methods
AssertError (Constructor)
Constructs a
System.Exceptions.AssertErrorobject.
Share
HTML | BBCode | Direct Link
