Click or drag to resize

BaseException Constructor (Int32, String, String, String)

Overloaded constructor.

Namespace:  ABB.Robotics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public BaseException(
	int retcode,
	string method,
	string location,
	string additionalinfo
)

Parameters

retcode
Type: SystemInt32
RobAPI return code.
method
Type: SystemString
Method from where the exception was thrown.
location
Type: SystemString
Location from where the exception was thrown.
additionalinfo
Type: SystemString
Additional useful information.
See Also