Click or drag to resize

InvalidFuelStateException Constructor (SegmentDefinition, String, SegmentListResults)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public InvalidFuelStateException(
	SegmentDefinition segmentIdentifier,
	string propagationElementThatRanOut,
	SegmentListResults cumulativeResults
)

Parameters

segmentIdentifier
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The identifier of the segment that ran out of fuel.
propagationElementThatRanOut
Type: SystemString
The name of the propagated position and velocity that ran out of fuel.
cumulativeResults
Type: AGI.Foundation.SegmentPropagationSegmentListResults
The SegmentListResults of propagation up to the SegmentPropagator that encountered this exception. This should not include the SegmentResults of the segment that encountered this Exception.
See Also