Click or drag to resize

StoppedOnMaximumDurationException Constructor (String)

Initializes a new instance with a specified message.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public StoppedOnMaximumDurationException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also