C# Class com.hotelbeds.distribution.hotel_api_sdk.types.HotelSDKException

Inheritance: System.Exception
Exibir arquivo Open project: hotelbeds-sdk/hotel-api-sdk-Net

Public Methods

Method Description
HotelSDKException ( HotelbedsError error ) : System
HotelSDKException ( HotelbedsError error, String message, Exception innerEx ) : System

Method Details

HotelSDKException() public method

public HotelSDKException ( HotelbedsError error ) : System
error com.hotelbeds.distribution.hotel_api_model.auto.messages.HotelbedsError
return System

HotelSDKException() public method

public HotelSDKException ( HotelbedsError error, String message, Exception innerEx ) : System
error com.hotelbeds.distribution.hotel_api_model.auto.messages.HotelbedsError
message String
innerEx System.Exception
return System