C# Class CrossPlatformLibrary.Geolocation.Exceptions.GeolocationException

Inheritance: Exception
ファイルを表示 Open project: thomasgalliker/CrossPlatformLibrary.Geolocation

Protected Methods

Method Description
GeolocationException ( string message ) : System
GeolocationException ( string message, Exception innerException ) : System

Method Details

GeolocationException() protected method

protected GeolocationException ( string message ) : System
message string
return System

GeolocationException() protected method

protected GeolocationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System