C# Class GovUk.Education.SearchAndCompare.UI.Exceptions.GoogleMapsApiServiceException

Inheritance: GovUk.Education.SearchAndCompare.UI.Exceptions.ExternalServiceException
显示文件 Open project: DFE-Digital/search-and-compare-ui

Public Methods

Method Description
GoogleMapsApiServiceException ( string message ) : System
GoogleMapsApiServiceException ( string message, Exception exception ) : System

Method Details

GoogleMapsApiServiceException() public method

public GoogleMapsApiServiceException ( string message ) : System
message string
return System

GoogleMapsApiServiceException() public method

public GoogleMapsApiServiceException ( string message, Exception exception ) : System
message string
exception Exception
return System