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