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)
Syntaxpublic StoppedOnMaximumDurationException(
	string message
)
Public Sub New ( 
	message As String
)
public:
StoppedOnMaximumDurationException(
	String^ message
)
new : 
        message : string -> StoppedOnMaximumDurationExceptionParameters
- message
 - Type: SystemString
The error message that explains the reason for the exception. 
See Also