Click or drag to resize

InternalException Constructor (String, String, String, String, InternalExceptionProblemReason)

Overloaded constructor.

Namespace:  ABB.Robotics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public InternalException(
	string message,
	string method,
	string location,
	string additionalinfo,
	InternalExceptionProblemReason reason
)

Parameters

message
Type: SystemString
The message of the exception.
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. Can be set to null
reason
Type: ABB.RoboticsInternalExceptionProblemReason
Problem reason InternalExceptionProblemReason
See Also