Click or drag to resize

ExceptionHandlerHandleException Method (String, String, Exception)

This method will take proper actions depending on exception type.

Namespace:  ABB.Robotics.Tps.Resources
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public static void HandleException(
	string obj,
	string method,
	Exception e
)

Parameters

obj
Type: SystemString
Calling object name.
method
Type: SystemString
Calling method name.
e
Type: SystemException
Original exception.
See Also