InvalidFuelStateException Constructor (SegmentDefinition, String, SegmentListResults) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public InvalidFuelStateException(
SegmentDefinition segmentIdentifier,
string propagationElementThatRanOut,
SegmentListResults cumulativeResults
)
Public Sub New (
segmentIdentifier As SegmentDefinition,
propagationElementThatRanOut As String,
cumulativeResults As SegmentListResults
)
public:
InvalidFuelStateException(
SegmentDefinition^ segmentIdentifier,
String^ propagationElementThatRanOut,
SegmentListResults^ cumulativeResults
)
new :
segmentIdentifier : SegmentDefinition *
propagationElementThatRanOut : string *
cumulativeResults : SegmentListResults -> InvalidFuelStateException
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