| Create(Exception) | public | Constructs a new exception object with a given message. | 
| CreateFmt(Exception) | public | Constructs a new exception object and formats a new message. | 
| CreateFmtHelp(Exception) | public | Constructs a new exception object and sets the help context and formats the message | 
| CreateHelp(Exception) | public | Constructs a new exception object and sets the help context. | 
| CreateRes(Exception) | public | Constructs a new exception object and gets the message from a resource. | 
| CreateResFmt(Exception) | public | Constructs a new exception object and formats the message from a resource. | 
| CreateResFmtHelp(Exception) | public | Constructs a new exception object and sets the help context and formats the message from a resource | 
| CreateResHelp(Exception) | public | Constructs a new exception object and sets the help context and gets the message from a resource | 
| FreeInstance(EHeapMemoryError) | public | Free the exception instance | 
| ToString(Exception) | public | Nicely formatted version of the exception message |