Error Constructor |
Name | Description | |
---|---|---|
Error | Create an Error Object | |
Error(Exception) | Create an Error Object with the Innner Exception | |
Error(String) | Create an Error Object with the specified Description | |
Error(DWord, String) | Create an Error Object for a Gencode and Argument Name. | |
Error(DWord, DWord) | Create an Error Object. | |
Error(DWord, String, String) | Create an Error Object for a Gencode, Argument Name and Description. | |
Error(Exception, String, String, DWord, Object) | Create an Error Object with the Innner Exception and other parameters | |
Error(DWord, DWord, String, String, DWord) | Create an Error Object. |