adspace
Answer Posted / Uday Ranjan
'assert()' is a debugging aid in C# that can be used to check for certain conditions during runtime. If the condition is false, an AssertException is thrown.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers