ExceptionHandlerTraceHandledSystemExceptions Method (Object, String, Exception, String) |
When a System.Exception have to be hidden we should call this function so that
we can at least log the exception information.
NOTE: This function should not be used unless we really really really have to.
Every exception should be taken care of instead.
Namespace:
ABB.Robotics.Tps.Resources
Assembly:
ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntaxpublic static void TraceHandledSystemExceptions(
Object obj,
string method,
Exception e,
string additionInfo
)
Parameters
- obj
- Type: SystemObject
Calling object. - method
- Type: SystemString
Calling method name. - e
- Type: SystemException
Original exception. - additionInfo
- Type: SystemString
If you want to add more info.
See Also