L
Laura Stern
Guest
Correct. There are two different AppError constructors, one that just takes a message (which sets ReturnValue) and the other that takes a message and a # (don't remember in which order). This sets an error message and a message #. And regardless of which constructor you use, you can always add a message or set a ReturnValue by using the other methods and properties of AppError.
Continue reading...
Continue reading...