Click or drag to resize

InvalidFuelStateException Constructor (String)

Initializes a new instance with a specified message.

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(
	string message
)

Parameters

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