C# Class CrossPlatformLibrary.Geolocation.Exceptions.GeolocationException

Inheritance: Exception
Afficher le fichier Open project: thomasgalliker/CrossPlatformLibrary.Geolocation

Méthodes protégées

Méthode Description
GeolocationException ( string message ) : System
GeolocationException ( string message, Exception innerException ) : System

Method Details

GeolocationException() protected méthode

protected GeolocationException ( string message ) : System
message string
Résultat System

GeolocationException() protected méthode

protected GeolocationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System