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