ExceptionHandlerGenerateException Method (String, String, String) |
Generates a new exception.
Namespace:
ABB.Robotics.Tps.Resources
Assembly:
ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntaxpublic static void GenerateException(
string obj,
string method,
string e
)
Parameters
- obj
- Type: SystemString
Calling object name. - method
- Type: SystemString
Calling method name. - e
- Type: SystemString
Detailed error description of last error.
See Also