Click or drag to resize

ModPosException Constructor (Exception, String, String, ModPosExceptionProblemReason, String, String)

Overloaded constructor.

Namespace:  ABB.Robotics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public ModPosException(
	Exception exception,
	string method,
	string location,
	ModPosExceptionProblemReason reason,
	string taskname,
	string additionalinfo
)

Parameters

exception
Type: SystemException
Inner exception.
method
Type: SystemString
Method from where the exception was thrown.
location
Type: SystemString
Location from where the exception was thrown.
reason
Type: ABB.RoboticsModPosExceptionProblemReason
Problem reason
taskname
Type: SystemString
Task name
additionalinfo
Type: SystemString
Additional useful information. Can be set to null
See Also