| Create(Exception) |
public |
Constructs a new exception object with a given message. |
| CreateCode(EVariantError) |
default |
Create an instance of EVariantError with a particular error code. |
| 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 |
| ToString(Exception) |
public |
Nicely formatted version of the exception message |