C# Class Festispec.Models.Exception.GoogleMapsApiException

Inheritance: System.Exception
显示文件 Open project: martijnmelchers/avans-festispec

Public Methods

Method Description
GoogleMapsApiException ( )
GoogleMapsApiException ( string message )
GoogleMapsApiException ( string message, System.Exception innerException )

Method Details

GoogleMapsApiException() public method

GoogleMapsApiException() public method

public GoogleMapsApiException ( string message )
message string

GoogleMapsApiException() public method

public GoogleMapsApiException ( string message, System.Exception innerException )
message string
innerException System.Exception