Error 构造函数 |
名称 | 说明 | |
---|---|---|
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(UInt32, String) | Create an Error Object for a Gencode and Argument Name. | |
Error(UInt32, UInt32) | Create an Error Object. | |
Error(UInt32, String, String) | Create an Error Object for a Gencode, Argument Name and Description. | |
Error(Exception, String, String, UInt32, Object) | Create an Error Object with the Innner Exception and other parameters | |
Error(UInt32, UInt32, String, String, UInt32) | Create an Error Object. |