Documentation of the CarRentalAgentService

WarningMessage Constructor (Int32, String, String)

Initializes a new instance of the WarningMessage class.

public WarningMessage(
   Int32 number,
   String code,
   String description
);

Parameters

Int32
Positive integer specifying the warning cause.
String
Warning code.
String
Description of the warning and the circumstances resulting in this warning.

See Also

WarningMessage Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | WarningMessage Constructor Overload List