Click or drag to resize

ExceptionHandlerGenerateException Method (Object, String, Exception, 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
Syntax
C#
public static void GenerateException(
	Object o,
	string method,
	Exception e,
	string additionInfo
)

Parameters

o
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