Documentation of the CarRentalAgentService

WarningMessage Constructor (Int32, String, String, String)

Initializes a new instance of the WarningMessage class.

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

Parameters

Int32
Positive integer specifying the warning cause.
String
Warning code.
String
Description of the warning and the circumstances resulting in this warning.
String
The name of the Field in the XML-Request that causes this warning.

See Also

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