Exception Class
A class that represents an exception that occurs in a CRS program.
Exceptions can be received as Exception objects with the try… catch… statement. It is also used when the throw statement raises a user-defined exception.
Default properties and ValueType
The default property is Message. The ValueType specification is invalid.
