Method | Description |
![]() ![]() | Destructor. |
![]() | Assignment operator. Upon completion, the left side is an independent copy of the MException instance on the right. |
![]() ![]() | Compare two instances of MException for equality. |
![]() ![]() | Return the category associated with this exception. |
![]() ![]() | Return the string “MException” if called for an instance of MException. |
![]() ![]() |
If bVerbose is false (the default), returns the description for this exception. If bVerbose is true, returns the description, the file information, and the line information if supplied in the constructor. Most of the available constructors require a description. |
![]() ![]() | Get the error code of the exception. |
![]() ![]() |
Return the name of the source file in which this exception occurred. The code fragment responsible for throwing the MException object must have supplied the filename when the constructor was called. |
![]() ![]() |
Return the line number in the source file at which the exception occurred. The code fragment responsible for throwing the MException object must have supplied the line number when the constructor was called. |
![]() ![]() | Return the role name associated with this exception. |
![]() ![]() | Determine whether the specified code is the error code of the exception. |
![]() ![]() | Return Mtrue if and only if this exception returns 0. |
![]() | Creates an instance of this exception. This form creates an exception without any prespecified information. |
![]() | Creates an instance of this exception. |
![]() | Creates an instance of this exception. |
![]() | Creates an instance of this exception. |
![]() ![]() | Write the contents of this exception to an MString. |